Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export marimo on the local network, and print to the console #3106

Closed
mscolnick opened this issue Dec 10, 2024 · 0 comments · Fixed by #3128
Closed

Export marimo on the local network, and print to the console #3106

mscolnick opened this issue Dec 10, 2024 · 0 comments · Fixed by #3128
Labels
enhancement New feature or request
Milestone

Comments

@mscolnick
Copy link
Contributor

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

@mscolnick mscolnick added the enhancement New feature or request label Dec 10, 2024
@mscolnick mscolnick added this to the marimo 1.0.0 milestone Dec 10, 2024
devin-ai-integration bot added a commit that referenced this issue Dec 11, 2024
Part of #3106: Print message to inform users when server
is accessible on the local network.

Co-Authored-By: Myles Scolnick <myles@marimo.io>
devin-ai-integration bot added a commit that referenced this issue Dec 11, 2024
Part of #3106: Print message to inform users when server
is accessible on the local network.

Co-Authored-By: Myles Scolnick <myles@marimo.io>
devin-ai-integration bot added a commit that referenced this issue Dec 11, 2024
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment