2020年8月14日金曜日

Jupyter Labに目次機能を追加するjupyter-tocをインストールする

Jupyter Labにjupyter-tocをインストールする事で目次機能を追加できます。
ノートブックのマークダウンセルの見出しから目次を生成して、画面左のペインに目次を表示します。目次をクリックすると該当するセルに移動できます。

〇jupyter-tocの画面
画面左の項目3つのアイコンをクリックすると目次が表示されます。


インストール手順

以下のコマンドを実行します。
1. nodejsのインストール
sudo apt-get -y install curl

curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -

sudo apt-get install -y nodejs

2. jupyterlab-tocのインストール
jupyterの仮想環境に移動後に下記コマンドを実行します。
pipenv shell

jupyter labextension install @jupyterlab/toc

関連情報

・jupyterlab-tocのgithubリポジトリ
https://github.com/jupyterlab/jupyterlab-toc

Ubuntu 20.04にJupyter Labをインストールする(pipenv版)

Raspberry Pi(Raspbian Buster)にJupyter Labをインストールする

0 件のコメント:

コメントを投稿