How to add a python virtual env to jupyther notebook :
- Activate the virtual environment, e.g.
myvenv. - Install
ipykernelwhich provides the IPython kernel for Jupyter - Add the virtual environment,
myvenv, to Jupyter by typing:python -m ipykernel install --user --name=myvenv