Backtesting News Sentiment with Asset Prices
-
Create a Python virtual environment and activate
$ python -m venv --upgrade-deps --clear dev $ ./dev/Scripts/activate $ export PIP_CONFIG_FILE=".\pip.conf"
-
Install the packages and dependencies as listed in requirements file
$ python -m pip install --upgrade pip $ pip install -U -r requirements.txt --no-cache-dir --disable-pip-version-check
-
Start your development
Jupyter Notebook
orJupyter Lab
server$ jupyter lab --notebook-dir=.\notebooks --no-browser