Installation can be done pip install Jupyter. However big list dependency of Jupyter can be avoided by installting ipython kernel module only, if you have Jupyter installed Globally.
- Install the ipython kernrl
pip install ipykernel - Create a new kernel for your current virtual environment
python -m ipykernel install --user --name=<promt> - Launch the notebook with
jupyter notebbokfrom virtual Environment. - You should now be able to see your kernel in the IPython notebook menu: Kernel -> Change kernel
