Skip to content

Instantly share code, notes, and snippets.

@matheustguimaraes
Last active March 19, 2020 04:21
Show Gist options
  • Save matheustguimaraes/1970eef7a9af15c6ab89fe5c2b960ed6 to your computer and use it in GitHub Desktop.
Save matheustguimaraes/1970eef7a9af15c6ab89fe5c2b960ed6 to your computer and use it in GitHub Desktop.
Use virtualenv on jupyter notebook
# Install the necessary packages
pip install ipykernel
# This commands will set the env name as 'env'
python -m ipykernel install --user --name env --display-name "env"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment