Using Jupyter with virtual Env
// activate the env
source projectname/bin/activate
## install the kernel
pip install ipykernel
##activate the kernel
ipython kernel install --user --name=projectname
## DONE
Last updated
Was this helpful?
// activate the env
source projectname/bin/activate
## install the kernel
pip install ipykernel
##activate the kernel
ipython kernel install --user --name=projectname
## DONE
Last updated
Was this helpful?