[PYTHON] Add / remove kernel to JupyterLab

It is a memorandum.

add to

ipykernel install --user --name=<config-dir> --display-name=<display-name>
argument Description
config-dir Directory name to save the configuration file
display-name The name displayed on the Jupyter Lab

Delete

Display a list of kernel path paths with the following command.

jupyter kernelspec list

Delete with the rm command.

rm -rf <kernel-path>

Recommended Posts

Add / remove kernel to JupyterLab
Add / remove kernel to use jupyter with venv
In Jupyter, add IPerl to the kernel.
Add convolution to MNIST
How to estimate kernel density
Add a dictionary to MeCab
Set method add remove clear
Add page number to PDF
The usual way to add a Kernel with Jupyter Notebook
Kernel parameters to modify often
Add System to pyenv-win versions
Add user dictionary to MeCab
To add a C module to MicroPython ...
Add fields to features with ArcPy
Add cumulative ratio to matplotlib histogram
Add Python 2.7 Japanese documentation to Dash.app
How to add sudo when debugging
Add parameters to Django's custom commands
How to add AWS EBS volume
Add TRACE log level to Python ...?
Add SSH connectable users to EC2
[Discord.py] How to add or remove job titles after a reaction [python]