Jupyter Notebooks Virtual Env
$ virtualenv projectname
$ source projectname/bin/activate
(venv) $ pip install ipykernel
(venv) $ ipython kernel install --user --name=projectname
Last updated
Was this helpful?
$ virtualenv projectname
$ source projectname/bin/activate
(venv) $ pip install ipykernel
(venv) $ ipython kernel install --user --name=projectname
Last updated
Was this helpful?