Skip to content

Installation

Use your installation tool of choice, here we use venv and pip:

python -m venv venv
source venv/bin/activate
pip install dj-notebook

Using dj-notebook with PyCharm

PyCharm users need to take a few extra steps described here.