convert marimo to typical python as download jupyter notebook #796
Closed
NguyenVanThanhHust
started this conversation in
General
Replies: 1 comment
-
Hi! There isn't a way to do that yet. Very soon, we will add the ability to import classes you developed in marimo, without having to change the file format. Something like: import my_marimo_notebook.app as notebook
MyClass = notebook.classes.MyClass In the future we may also add a utility to convert a marimo notebook to a Python script that does not depend on marimo, as you suggest. |
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
-
I usually use jupyter notebook to dev and test new class. After that, I would download my_class.ipynb as my_class.py then import from other file to use.
Is there anyway to do that in marimo?
Beta Was this translation helpful? Give feedback.
All reactions