-
Notifications
You must be signed in to change notification settings - Fork 300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plan for moving Jupyter Hub support to a separate extension #14202
Comments
It's working great, my custom config is
I got error "username/password not correct" at the first time but turns out that I'm using wrong url |
I hit this on Windows
I uninstalled WSL earlier today for another TPI, trying Dev Box now |
As far as I can tell, this does not work on Windows, but it worked in a codespace |
Refs: #13973, #13894
(please do not use Web, this will not work in vscode.dev)
Complexity: 5
Authors: @DonJayamanne
Create Issue
Note
This test plan is only used to verify the following hypothesis:
Pre-Requisites
ms-toolsai-jupyter-hub-insiders.vsix.zip
Install and launch Jupyter Hub
https://jupyterhub.readthedocs.io/en/1.2.0/installation-guide-hard.html
jupyterhub_config.py
and paste the below contents into that filepython -m pip install jupyterlab jupyterhub
configurable-http-proxy
globally via the clinpm i -g configurable-http-proxy
jupyterhub
(ensuring the cwd in the terminal is the same folder in step 1 and your virtual env is in the same folder under.venv
)http://localhost:8000
pwd
This will take a few seconds, as Jupyter Hub will start a Jupyter Lab server on your machine
Steps to test
Existing JupyterHub Server...
http://localhost:8000
(that shouldbe all)pwd
)Note: Remember to use the same user name (else it will not work, these are things to be ironed out later)
The text was updated successfully, but these errors were encountered: