Library for fast expose marimo notebook to Internet.
Use exporimo you can start marimo on you computer and expose it for using from anywhere,
for example by your smartphone.
It is not official additional for marimo!
You can install exporimo from PyPI:
pip install exporimo
Example code of exporimo using:
from exposrimo import Exporimo
# Start and expose marimo
Exporimo.start_marimo("edit", "main.py")
Exporimo.wait() # Don`t stop programm until marimo work or until input in terminal "stop"
I am not marimo developer. It is not official additional for marimo!
Url to marimo github: https://github.com/marimo-team/marimo
Exporimo if offered under the MIT license. More see LICENSE file.