You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Move request header generation into password generation
* Connecting to token api
* Working jupyter hub connection
* Use multistep input
* Remove token on shutdown
* Support certificate checking
* Skip waiting on shutdown
* Get old unit tests passing again
* Fix xsrf token to remove extra cookie crap
* Test plan changes and new unit test
* Fix linter and input box result
* Fix sonar warning
* Review feedback
* Actually cookie not sent back for hub
Support connecting to Jupyter hub servers. Use either the base url of the server (i.e. 'https://111.11.11.11:8000') or your user folder (i.e. 'https://111.11.11.11:8000/user/theuser).
Copy file name to clipboardExpand all lines: package.nls.json
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -249,7 +249,9 @@
249
249
"DataScience.jupyterInstall": "Install",
250
250
"DataScience.jupyterSelectURIPrompt": "Enter the URI of the running Jupyter server",
251
251
"DataScience.jupyterSelectURIInvalidURI": "Invalid URI specified",
252
-
"DataScience.jupyterSelectPasswordPrompt": "Enter your notebook password",
252
+
"DataScience.jupyterSelectUserAndPasswordTitle": "Enter your user name and password to connect to Jupyter Hub",
253
+
"DataScience.jupyterSelectUserPrompt": "Enter your user name",
254
+
"DataScience.jupyterSelectPasswordPrompt": "Enter your password",
253
255
"DataScience.jupyterNotebookFailure": "Jupyter notebook failed to launch. \r\n{0}",
254
256
"DataScience.jupyterNotebookConnectFailed": "Failed to connect to Jupyter notebook. \r\n{0}\r\n{1}",
255
257
"DataScience.jupyterNotebookRemoteConnectFailed": "Failed to connect to remote Jupyter notebook.\r\nCheck that the Jupyter Server URI setting has a valid running server specified.\r\n{0}\r\n{1}",
0 commit comments