Make mounted apps editable: create_asgi_app(mode="edit") #2891
liquidcarbon
started this conversation in
Ideas
Replies: 1 comment
-
See also: #2910 |
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
-
Just discovered that you can mount Marimo apps to a fastapi server, super excited about it!
I'm cool with editing apps via marimo edit, using
Ctrl+.
to toggle app/code view, and deploying through create_asgi_app, but I instantly started wishing I could edit right in the app. So I went in and tinkered withasgi.py
by trying changing this to EDIT, but that didn't seem to do anything.mode=SessionMode.RUN,
Would it be possible to enable edit mode here?
Beta Was this translation helpful? Give feedback.
All reactions