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
![JupyterLabでjupyterlab debugger extensionをインストールして、デバッガーを利用する](https://cdn-ak-scissors.b.st-hatena.com/image/square/7ccee95bfdb90dc487d1d42ca71cf54d0f77ada8/height=288;version=1;width=512/https%3A%2F%2Fblogger.googleusercontent.com%2Fimg%2Fb%2FR29vZ2xl%2FAVvXsEjITVc59BN89U-wlENjrteWUhgd59eeBmF9_eLeC7xOCy7ycbfDFr-7N4RXVgO6gjqnE34E-I2hPOpfHNb7lksahSpZY3wjMdvTnpBfUepOUZG5ImmW6Wus0qLkCkglaUWBppClU48KsZ05%2Fw1200-h630-p-k-no-nu%2Fjupyter_debugger.png)