2020年8月17日月曜日

JupyterLabでjupyterlab debugger extensionをインストールして、デバッガーを利用する

jupyterlab debugger extensionで変数の参照やブレークポイントなどデバッガーの機能が利用できるようになります。

〇デバッガーの画面

インストール手順

以下のコマンドを実行します。
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 xeus-python ptvsd 

jupyter labextension install @jupyterlab/debugger
※要ブラウザリフレッシュ

3. デバッガーを利用する場合はXPython(xeus-python)を使用します(もしくはカーネル切り替え)。

関連情報

・jupyterlab debugger extensionのgithubリポジトリ
https://github.com/jupyterlab/debugger

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

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

0 件のコメント:

コメントを投稿