Created
April 23, 2020 06:50
-
-
Save EtsuNDmA/e86cd2b49ae879907e9519e296abf871 to your computer and use it in GitHub Desktop.
Using Virtual Environments in Jupyter Notebook and Python
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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