[PYTHON] Add / remove kernel to use jupyter with venv

You need to add keel to make jupyter recognize venv's environment.

add to


(my_venv) C:\> pip install ipykernel
(my_venv) C:\> ipython kernel install --user --name=my_venv

Once added, you can select it from the Change kernel on the [Kernel] tab of the jupy ternote book.

Delete


 C:\> jupyter kernelspec uninstall my_venv

If you do not delete it when you no longer use it, it will remain forever.

Recommended Posts

Add / remove kernel to use jupyter with venv
Add / remove kernel to JupyterLab
The usual way to add a Kernel with Jupyter Notebook
In Jupyter, add IPerl to the kernel.
How to use jupyter notebook with ABCI
How to use venv
Use nim with Jupyter
Use Cython with Jupyter Notebook
How to use Jupyter Notebook
I want to use a virtual environment with jupyter notebook!
Connect the Jupyter Notebook kernel to Spyder with Jupytext enabled
Python: How to use async with
Add fields to features with ArcPy
How to use virtualenv with PowerShell
Use markdown with jupyter notebook (with shortcut)
Add more kernels with Jupyter Notebook
How to use FTP with Python
Use boto3 to mess with S3
Use a custom kernel with WSL2
Use pydoc with Virtualenv / pyenv / venv
I want to use a wildcard that I want to shell with Python remove
How to use jupyter notebook without polluting your environment with Docker
Use nb extensions with Anaconda's Jupyter notebook
I wanted to use jupyter notebook with docker in pip environment (opticspy)
Use apache Spark with jupyter notebook (IPython notebook)
Specify the browser to use with Jupyter Notebook. Especially Mac. (And Vivaldi)
How to add a package with PyCharm
Try to make a kernel of Jupyter
I want to blog with Jupyter Notebook
How to use OpenVPN with Ubuntu 18.04.3 LTS
How to use Cmder with PyCharm (Windows)
[Introduction to Python] Let's use foreach with Python
How to use Ass / Alembic with HtoA
How to use Japanese with NLTK plot
To import your own module with jupyter
Add images to iOS photos with Pythonista
Using Java's Jupyter Kernel with Google Colaboratory
Let's make jupyter lab easy to use
Jupyter Notebook Basics of how to use
How to use CUT command (with sample)
How to use Jupyter notebook [Super Basic]
How to use SQLAlchemy / Connect with aiomysql
How to use JDBC driver with Redash
How to use GCP trace with open Telemetry
I tried to use lightGBM, xgboost with Boruta
How to debug with Jupyter or iPython Notebook
I want to use MATLAB feval with python
How to add arbitrary headers to response with FastAPI
Specify the Python executable to use with virtualenv
Easily convert Jupyter Notebooks to blogs with fastpages
The easiest way to use OpenCV with python
Story of trying to use tensorboard with pytorch
I don't want to use -inf with np.log
How to use tkinter with python in pyenv
I want to use ip vrf with SONiC
Jupyter Notebook Settings-How to use (EC2 Amazon Linux 2)
I tried to start Jupyter with Amazon lightsail
Add cumulative ratio to maplotlib histogram 2 ~ Use FacetGrid ~
[Python] I want to add a static directory with Flask [I want to use something other than static]
[Python] [Django] How to use ChoiceField and how to add options
Add CSV export function to management screen with django-import-export