Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Docker stack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JupyterLab
QGIS
Docker stack
Commits
4ecabe7d
Verified
Commit
4ecabe7d
authored
1 month ago
by
Olivier Benz
Browse files
Options
Downloads
Patches
Plain Diff
Listen on all interfaces (IPv4 and IPv6)
-
https://github.com/jupyter/docker-stacks/pull/2204
parent
33b2adeb
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
base/conf/jupyter/etc/jupyter/jupyter_server_config.py
+2
-1
2 additions, 1 deletion
base/conf/jupyter/etc/jupyter/jupyter_server_config.py
with
2 additions
and
1 deletion
base/conf/jupyter/etc/jupyter/jupyter_server_config.py
+
2
−
1
View file @
4ecabe7d
...
...
@@ -10,7 +10,8 @@ from pathlib import Path
from
jupyter_core.paths
import
jupyter_data_dir
c
=
get_config
()
# noqa: F821 # type: ignore
c
.
ServerApp
.
ip
=
"
0.0.0.0
"
# Listen on all interfaces (IPv4 and IPv6)
c
.
ServerApp
.
ip
=
""
#c.ServerApp.open_browser = False
# https://github.com/jupyter/notebook/issues/3130
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment