We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c65da4 commit 573fb10Copy full SHA for 573fb10
pipelines.py
@@ -115,4 +115,4 @@ def get_fullurl(pipeline, username, use_mounts=True, encode_again=True, image='b
115
116
def get_baseurl():
117
host = os.environ.get('WO_HOST')
118
- return f'https://jupyter.{host}/'
+ return f'https://jupyter.{host}/hub/home'
0 commit comments