〇jupyterlab-drawioの画面
インストール手順
以下のコマンドを実行します。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-drawioのインストール
jupyterの仮想環境に移動後に下記コマンドを実行します。
pipenv shell
※Raspberry Piではexport NODE_OPTIONS="--max-old-space-size=2048"も実行します
jupyter labextension install jupyterlab-drawio
関連情報
・jupyterlab-tocのgithubリポジトリhttps://github.com/jupyterlab/jupyterlab-toc
・Ubuntu 20.04にJupyter Labをインストールする(pipenv版)
・Raspberry Pi(Raspbian Buster)にJupyter Labをインストールする
・draw.ioに関する記事はこちらを参照してください。
0 件のコメント:
コメントを投稿