Replies: 3 comments
-
|
Cell ordering can also be achieved in Jupyter with e.g. IPyflow |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I want to add Myst to the list (often branded as Jupyter book 2.0). It seems very mature. I also tried Marimo and while it has some fancy options, it was (for more text-heavy parts) still quite inmature (e.g., the latex macro support is very limited). |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Myst would allow to use both Markdown and Notebooks. It seems like one can integrate both. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Some considerations on notebooks for the stormpy documentation.
Jupyter notebook
Current status quo: We have jupyter notebooks which are tracked on git as files
.ipynb.Pros
Cons
.iypnbdoes not play nicely with git and tracking changes is hard.Jupytext
Jupytext is an extension for Jupyter and allows to store Jupyter notebooks as Python files. Stormvogel currently uses Jupytext
Pros
Cons
Marimo
Marimo aims to replace Jupyter notebooks.
Pros
Neutral
Cons
The last two points could be handled by converting the marimo notebook to Jupyter notebook and then following the existing workflow.
Summary
All in all, I think Jupytext + Jupyter or Marimo are both good ways to go. With the conversion between different formats, switching should also not be the biggest effort.
I personally lean a bit towards migration to marimo because it seems a bit more smoother to work with and the enforcement of reproducibility is a good idea.
Beta Was this translation helpful? Give feedback.
All reactions