LoginSignup
0
0

More than 1 year has passed since last update.

JupyterLabのkernelにアイコンを設定する。

Last updated at Posted at 2021-11-03

はじめに

JupyterLabに自分でカーネルを追加したりとか、
アイコンが設定されていないカーネルを追加したときに
見た目がちょっと寂しいと思った時に役立つかも知れないTIPSです。

手順

kernelのパスを確認する

jupiter kernelspec list で確認できます。
うちの子の環境だとこんな感じ。

# jupiter kernelspec list
Available kernels:
  ir             /home/jovyan/.local/share/jupyter/kernels/ir
  julia-1.6      /home/jovyan/.local/share/jupyter/kernels/julia-1.6
  ruby           /home/jovyan/.local/share/jupyter/kernels/ruby
  swift          /home/jovyan/.local/share/jupyter/kernels/swift
  python3        /opt/conda/share/jupyter/kernels/python3
  xcpp11         /opt/conda/share/jupyter/kernels/xcpp11
  xcpp14         /opt/conda/share/jupyter/kernels/xcpp14
  xcpp17         /opt/conda/share/jupyter/kernels/xcpp17
  jslab          /usr/local/share/jupyter/kernels/jslab
  jupyter-php    /usr/local/share/jupyter/kernels/jupyter-php
  tslab          /usr/local/share/jupyter/kernels/tslab

kernelのフォルダの中にアイコンファイルを配置する。

kernelのフォルダの中に、下記のような名前でPNGファイルを置く。
logo-64x64.png logo-32x32.png

画面を確認

うちの子の例だと、PHP、JavaScript、TypeScript、Swiftに
アイコンを設定しています。

image.png

0
0
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
0
0