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:
parent
f10e442435
commit
cccc2f6bd4
2 changed files with 1036 additions and 1 deletions
|
|
@ -26,5 +26,6 @@ watcher_on_save = "autorun"
|
||||||
|
|
||||||
[dependency-groups]
|
[dependency-groups]
|
||||||
dev = [
|
dev = [
|
||||||
|
"jupyter>=1.1.1",
|
||||||
"watchdog>=6.0.0",
|
"watchdog>=6.0.0",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue