〇デバッガーの画面
インストール手順
以下のコマンドを実行します。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 件のコメント:
コメントを投稿