analybook-template

python jupyter starter

startup

  1. initialize program
$ python -m venv venv
# windows 
$ ./venv/Scripts/activate
# linux
$ source venv/bin/activate.bash

(venv)$ pip install -r requirements.txt

(venv)$ jupyter notebook [--port PORT]
  1. open browser with url http://localhost:8811/tree?

  2. demo in /docs