Other useful tooling for notebooks

Code formatting

https://jupyterlab-code-formatter.readthedocs.io/

Screenshot of three additional packages in environment.yml

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

Screenshot of the button to format code in JupyterLab

This button will format the code in all cells of the notebook.

Instructor note

We test it out together on an example notebook.