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
When starting the server with --host 0.0.0.0, print a message indicating
that the server is accessible on the local network.
Fixes#3106
Co-Authored-By: Myles Scolnick <myles@marimo.io>
Description
Running
--host 0.0.0.0
should expose the marimo run/edit server on the local network.Suggested solution
This is already the default for uvicorn. We likely just need to print to the console and add some tests.
Alternative
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: