Using virtualenv inside Jupyter Notebook
It is a good practice to isolate the requirements for each of your Python projects, and virtualenv is the way to go when creating virtual environments.
In order to use a virtualenv inside a Jupyter Notebook, follow these steps on…