Replies: 1 comment 2 replies
-
Interesting usecase. You can also run marimo as a script which will run until completion (e.g. not exactly graceful, but you can also do: import os
os._exit(0) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to add a button inside an app that shuts down the server.
More explicitly:
marino run my_app.py
form terminalI searched the docs, but was unable to figure out how to shut down the server. Currently to quit an app I close the window and hit
CTRL-C
in the terminal.Beta Was this translation helpful? Give feedback.
All reactions