2020年7月24日金曜日

JupyterLabで変数値を表示する事ができるjupyterlab_variableinspectorをインストールする

jupyterlab_variableinspectorでprint文などを使用せず、変数の内容を参照する事ができます。

〇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 件のコメント:

コメントを投稿