It is a memorandum.
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 |
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