Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Examples

Prerequisites

To run examples you need to have installed Jupyter Notebook

Steps

  1. 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>
  1. Install requirements
pip install -r examples/requirements.txt
  1. Restart Jupyter kernel and run examples