You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be really cool if one could spawn a running-notebooks-only server via simpler cli as marimo run which would open to a similar landing page as marimo edit with a Workspace showing available notebooks in that folder - but clicking on them would only open them in a new tab in run mode
@mscolnick suggested in this thread it should be possible via some query parameter mode=run which I imagined like: localhost:2718/?file=notebook.py&mode=run
but I could not get it running on locally running marimo editor server, was always in edit mode
it would help on-site deployment on strict corporate networks as it could preserve both url and port number, and it makes it easier to "bookmark" the main landing page that shows all available notebooks
Suggested solution
on console if you could C:\marimo run
which would open up a similar Workspace as in an editor, but clicking on a notebook it opens it in a new browser tab like localhost:2718/?file=notebook.py&mode=run
on same server with same url and port
and if we could still get to the Files helper panel:
and if that would allow jumping to a new notebook, but perhaps preserving some state in query parameters that would be truly epic 🤩
Alternative
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
It's a fastapi server (we another example for fasthtml, that will read from a directory and serve all your notebooks from that directory under different paths. It will also create a "home/landing page" for the notebooks.
Only mentioning the above to unblock today, but otherwise, we I think this is a feature we eventually would like to support.
Description
It would be really cool if one could spawn a running-notebooks-only server via simpler cli as
marimo run
which would open to a similar landing page asmarimo edit
with aWorkspace
showing available notebooks in that folder - but clicking on them would only open them in a new tab inrun mode
@mscolnick suggested in this thread it should be possible via some query parameter
mode=run
which I imagined like:localhost:2718/?file=notebook.py&mode=run
but I could not get it running on locally running marimo editor server, was always in
edit mode
it would help on-site deployment on strict corporate networks as it could preserve both url and port number, and it makes it easier to "bookmark" the main landing page that shows all available notebooks
Suggested solution
on console if you could
C:\marimo run
which would open up a similar
Workspace
as in an editor, but clicking on a notebook it opens it in a new browser tab likelocalhost:2718/?file=notebook.py&mode=run
on same server with same url and port
and if we could still get to the
Files
helper panel:and if that would allow jumping to a new notebook, but perhaps preserving some
state
in query parameters that would be truly epic 🤩Alternative
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: