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.
2 parents e497958 + 3a49234 commit fab67deCopy full SHA for fab67de
docs/arbitrary-ports-hosts.rst
@@ -85,9 +85,9 @@ accessing it from a classic notebook extension.
85
import { PageConfig } from '@jupyterlab/coreutils';
86
87
// Get base URL of current notebook server
88
- let baseUrl = PageConfig.getBaseUrl()
+ let base_url = PageConfig.getBaseUrl()
89
90
// Construct URL of our proxied service
91
- let serviceUrl = base_url + 'proxy/' + port;
+ let service_url = base_url + 'proxy/' + port;
92
93
- // Do stuff with your serviceUrl
+ // Do stuff with your service_url
0 commit comments