Categories
Jupyter lab

How to attach vscode debugger to a Jupyterlab python extension

In this post I explain how I have managed to attach the VSCode debugger to a running jupyterlab 3 extension.

Categories
Jupyter lab

Jupyter Lab 2 to 3 extensions migration notes

Notes on migrating custom extensions to Jupyter Lab 3

Categories
Jupyter lab

Setup VSCode to debug your Jupyter notebook server extension

Setting up VSCode to allow debugging a jupyter notebook extension in Python.

Categories
Jupyter lab

How to run all the cells of a Jupyter Lab notebook when opening it

How to install and use the extension ‘jupyterlab-autoplay’, to run and hide cells automatically.