Install the code with development dependencies:
pip install -e '.[dev]'black .
isort .ruff check .pytestFor easier diffs, you can use jupytext to sync notebooks in the docs/tutorial directory with the percent format.
jupytext --sync docs/tutorial/*.ipynbThis is configured in the .jupytext file in that directory.