jupyter notebook venv
python -m ipykernel install --user --name=myenv
jupyter notebook venv
python -m ipykernel install --user --name=myenv
add venv to jupyter
# Activate the virtualenv ("your-venv")
$ source your-venv/bin/activate
# Install jupyter in the virtualenv
(your-venv)$ pip install jupyter
# Add the virtualenv as a jupyter kernel
(your-venv)$ ipython kernel install --name "local-venv" --user
You can now select the created kernel your-env when you start Jupyter
If you don't see the new kernel initially try refreshing
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us