Skip to content

Instantly share code, notes, and snippets.

@EtsuNDmA
Created April 23, 2020 06:50
Show Gist options
  • Save EtsuNDmA/e86cd2b49ae879907e9519e296abf871 to your computer and use it in GitHub Desktop.
Save EtsuNDmA/e86cd2b49ae879907e9519e296abf871 to your computer and use it in GitHub Desktop.
Using Virtual Environments in Jupyter Notebook and Python
# https://janakiev.com/blog/jupyter-virtual-envs/
# https://ipython.readthedocs.io/en/stable/install/kernel_install.html
1. Activate your venv
2. pip install --user ipykernel
3. python -m ipykernel install --user --name=myenv --display-name "Python (myenv)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment