-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Marimo notebooks #804
base: main
Are you sure you want to change the base?
Marimo notebooks #804
Conversation
This should cause tests to fail.
Great to add these as a supplement but I think it is too early to get rid of the Jupyter equivalents. Question: what about the rendering online? I guess we would need to render them as part of building the documentation for people to see the outputs? Or can rely on an external service that could render on the fly? |
If we embrace the interactive possibilities of marimo, exporting them to a static webpages is not ideal, but probably useful to get an impression if the content is relevant.🤔 |
Could this approach by Vincent be adopted: https://youtu.be/W8nTSmZnQBs?si=lNGyj-T1X1QKK-S- ? |
Only if you can manage to convince someone to port Publishing a marimo notebook as a containerized client-server app with e.g. Railway is much easier, I made this example 6 months ago to test Live app Source code The downside is that it adds yet another service to pay for and to keep track of. |
No description provided.