mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 15:02:57 +00:00
Merge pull request #2204 from manics/jupyter-server-listen-all-ifaces
jupyter_server_config.py: Listen on all interfaces (IPv4 and IPv6)
This commit is contained in:
@@ -9,7 +9,8 @@ from pathlib import Path
|
||||
from jupyter_core.paths import jupyter_data_dir
|
||||
|
||||
c = get_config() # noqa: F821
|
||||
c.ServerApp.ip = "0.0.0.0"
|
||||
# Listen on all interfaces (ipv4 and ipv6)
|
||||
c.ServerApp.ip = ""
|
||||
c.ServerApp.open_browser = False
|
||||
|
||||
# to output both image/svg+xml and application/pdf plot formats in the notebook file
|
||||
|
Reference in New Issue
Block a user