2020年8月18日火曜日

JupyterLabにjupyterlab-quickopenをインストールして、ノートブックを検索して実行できるようにする

jupyterlab-quickopenで、ノートブックを検索して実行できるようになります。

〇jupyterlab-quickopenの画面
画面左の虫眼鏡のアイコンをクリックして、検索ボックスからノートブックを検索して実行します。

インストール手順

以下のコマンドを実行します。
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. jupyterの仮想環境フォルダに移動後、以下のコマンドを実行します。
pipenv shell

pipenv install jupyterlab-quickopen

jupyter labextension install @parente/jupyterlab-quickopen

sudo systemctl restart jupyter.service

関連情報

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

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

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

0 件のコメント:

コメントを投稿