Jupyter notebooks and functions for interactive data exploration with python.
You can download the jupyter notebooks and the files in the data directory to use on your own machine, or you can run them in the cloud by clicking:
and then launch on the next page (takes about a minute to load).
To test a routine with simple pre-defined data, exectute in the bash terminal $ bokeh serve --show run_example.py where run_example is one of the demonstration scripts.
The dependencies are numpy, pandas, scikit-learn and bokeh, tested with both python 2.7.12 and 3.6.1