Answers for "jupyter from virtualenv"

1

jupyter from virtualenv

$ python -m venv projectname
$ source projectname/bin/activate
(venv) $ pip install ipykernel
(venv) $ ipython kernel install --user --name=projectname
Posted by: Guest on January-13-2020

Code answers related to "jupyter from virtualenv"

Browse Popular Code Answers by Language