Other useful tooling for notebooks
Code formatting
https://jupyterlab-code-formatter.readthedocs.io/

We need three additional packages to format code in JupyterLab: jupyterlab-code-formatter
, black
, and isort
.

This button will format the code in all cells of the notebook.
Instructor note
We test it out together on an example notebook.