PythonistaLab / marimo compatibility #42
RichardPotthoff
started this conversation in
Ideas
Replies: 0 comments
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.
-
Hi Ole,
I have been playing with marimo for the last 2 weeks, and I was wondering if the upcoming PythonistaLab app could be made compatible with marimo.
I got some of it working in Pythonista 3 (the parts that don't use "multiprocessing") using this Python script:
Here is a Python script that uses marimo to convert an IPython notebook into a marimo notebook, and then exports the marimo notebook into a static wasm html that can be viewed in a browser.
What does not work is running marimo as server, since that requires multiprocessing, which is not supported on iOS, as far as I know.
I am currently running a marimo server on a RaspberryPi 5 on my local network. That works pretty well, but a native marimo-compatible app for iOS would be even better.
Beta Was this translation helpful? Give feedback.
All reactions