To run examples you need to have installed Jupyter Notebook
- Create a
.env
file in the root folder of the repository with the following content:
SN_API_HOST=https://<your signals notebook instance>/
SN_API_KEY=<your api key>
- Install requirements
pip install -r examples/requirements.txt
- Restart Jupyter kernel and run examples