Add jupyter as dev dependency

We technically only need it to 'develop' the article. Not sure if it
should go in another optional group or just the main dependencies - but
e.g. marimo notebook analyses can be run without, and it's big.
This commit is contained in:
Marty Oehme 2025-10-06 11:58:53 +02:00
parent f10e442435
commit cccc2f6bd4
Signed by: Marty
GPG key ID: 4E535BC19C61886E
2 changed files with 1036 additions and 1 deletions

View file

@ -26,5 +26,6 @@ watcher_on_save = "autorun"
[dependency-groups]
dev = [
"jupyter>=1.1.1",
"watchdog>=6.0.0",
]