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 la