Skip to content

Latest commit

 

History

History
executable file
·
15 lines (9 loc) · 686 Bytes

README.md

File metadata and controls

executable file
·
15 lines (9 loc) · 686 Bytes

Tutorials

Setup

In order to run the tutorials, you need to have some libraries installed. They are specified in requirements.txt file.

You can install them by running pip install -r requirements.txt.

Virtualenv

It is generally recommended to run projects in separate virtual environments. In order to install such environment and make it work with jupyter notebook you can follow this tutorial.

If the method ipython kernel install --user --name=venv-name provided in this tutorial doesn't work for you, you can try python -m ipykernel install --user --name=venv-name.