-
Notifications
You must be signed in to change notification settings - Fork 3k
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
jupyter_server_config.py: Listen on all interfaces (IPv4 and IPv6) #2204
jupyter_server_config.py: Listen on all interfaces (IPv4 and IPv6) #2204
Conversation
@consideRatio please, do not use merge commits in this repo (when merging to main). |
I noticed that new Julia version has been released, and it still hangs our self-hosted runners. |
I'm sorry @mathbunnyru! We could update the settings to prohibit merge to enforce this, squash only? |
Thanks for the suggestion, done! |
Describe your changes
c.ServerApp.ip = "0.0.0.0"
injupyter_server_config.py
configures jupyter-server to listen on all IPv4 interfaces.Setting it to
""
configures jupyter-server to listen on all available (IPv4 and IPv6) interfaces, ensuring these images work with IPv4, IPv6, and dual stack networks.Issue ticket if applicable
Checklist (especially for first-time contributors)