Commit graph

7 commits

Author SHA1 Message Date
c2a1a8dcc1
Format with black 2024-04-08 21:57:37 +02:00
110bb3b38e
Remove the instuctor's presentation mode
Reason: RISE only works in the older Jupyter Notebook app
and not in the more commonly used JupyterLab app
2024-04-08 21:57:36 +02:00
8dc67c5bdd
Add a nox session for running xdoctest
- add a session "doctests" to nox
- run it as a pre-commit hook
2020-10-27 17:56:38 +01:00
955fb74673
Mention nox and init task 2020-10-12 22:48:46 +02:00
b0a5b49664
Add init-project task
- add a nox session "init-project"
  + it installs the pre-commit hooks
  + being a task, the session is run in the develop environment
2020-10-02 16:31:36 +02:00
d88dc0f91c
Add fix-branch-references task
- add nox session "fix-branch-references"
  + the session is a task executed in the normal develop environment
  + it rewrites all branch labels in links in *.ipynb and *.md files
2020-10-02 16:15:30 +02:00
3b9fc59cb6
Add noxfile 2020-10-02 15:34:31 +02:00