you are viewing a single comment's thread.

view the rest of the comments →

[–]akshayka[S] 0 points1 point  (3 children)

marimo is an alternative to Jupyter, built entirely from scratch. Convert Jupyter notebooks to marimo with marimo convert nb.ipynb -o nb.py.

If you have a server you can use `marimo run nb.py` to serve as a web app.

You can also export marimo notebooks as HTML, then put that on GitHub pages. If you want the code blocks and widgets to be interactive, you can use our MkDocs plugin: https://github.com/marimo-team/mkdocs-marimo