We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 265b99b commit 85a0c18Copy full SHA for 85a0c18
kernel_gateway/gatewayapp.py
@@ -482,6 +482,8 @@ def init_webapp(self):
482
# Also set the allow_origin setting used by notebook so that the
483
# check_origin method used everywhere respects the value
484
allow_origin=self.allow_origin,
485
+ # Set base_url for use in request handlers
486
+ base_url=self.base_url,
487
# Always allow remote access (has been limited to localhost >= notebook 5.6)
488
allow_remote_access=True
489
)
0 commit comments