Table of Contents
はじめに
jupyterでテーマを変える方法
方法
インストール
# condaでインストール$ conda install -c conda-forge jupyterthemes
# pipでインストール$ pip install jupyterthemes
テーマを適用する
# 使用可能なテーマ一覧を表示$ jt -l
# テーマを適用する$ jt -t テーマ名
# デフォルトテーマに戻す$ jt -r
参照
GitHub - dunovank/jupyter-themes: Custom Jupyter Notebook Themes