Skip to content

Commit be1a92b

Browse files
authored
Update _jupyter.py
1 parent a00407d commit be1a92b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/_jupyter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ def run():
354354
self._servers[(host, port)] = server
355355

356356
# Wait for server to start up
357-
alive_url = f"http://{host}:{port}/_alive_{JupyterDash.alive_token}"
357+
alive_url = f"http://{host}:{port}{requests_pathname_prefix}_alive_{JupyterDash.alive_token}"
358358

359359
def _get_error():
360360
try:

0 commit comments

Comments
 (0)