Добавление нового ядра в Jupyter notebook

  • Activate the virtualenv
$ source your-venv/bin/activate
  • Install jupyter in the virtualenv
(your-venv)$ pip install jupyter
  • Add the virtualenv as a jupyter kernel
(your-venv)$ ipython kernel install --name "local-venv" --user
  • You can now select the created kernel your-env when you start Jupyter