2
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

JupyterLabにkernelを追加、削除

Posted at

備忘録です。

追加

ipykernel install --user --name=<config-dir> --display-name=<display-name>
引数 説明
config-dir 設定ファイルを保存するディレクトリ名
display-name JupyterLab上で表示される名前

削除

以下のコマンドで、kernel本体のパスの一覧を表示。

jupyter kernelspec list

rmコマンドで削除。

rm -rf <kernel-path>
2
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?