〇jupyterlab_variableinspectorの画面
右クリックメニューから「Open Variable Inspector」を選択します。ウインドウの位置は適宜ドラッグして調整します。
インストール手順
以下のコマンドを実行します。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_variableinspectorのインストール
pipenv shell
※Raspberry Piではexport NODE_OPTIONS="--max-old-space-size=2048"も実行します
jupyter labextension install @lckr/jupyterlab_variableinspector
関連情報
・jupyterlab_variableinspectorのgithubリポジトリhttps://github.com/lckr/jupyterlab-variableInspector
・Ubuntu 20.04にJupyter Labをインストールする(pipenv版)
・Raspberry Pi(Raspbian Buster)にJupyter Labをインストールする
0 件のコメント:
コメントを投稿