ICDSS Workshops

To start, Binder.

Development

Install a virtual environment such as pipenv, virtualenv or simply just use venv.

Then

pip install -r requirements.txt

to get all the dependencies.

To setup a notebook environment:

ipython kernel install --user --name=ENV_NAME