-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Bug]: cannot connect remotely to jupyterhub #6193
Comments
Could you elaborate on "no connection"? Do you get popup error
messages and are there logs in the browser console or from the
Jupyter extension or JupyterHub?
|
let me check in a deep level. |
Opened bug for it --> #6220 Is there an existing issue for this?
OS/Web Information
Steps to Reproduce
ExpectedI should be able to view the content of the .ipynb file from a different machine, when I accessed the vscode container using the IP address of the machine which is running the vs code container. ActualI am able to see the vscode when accessed over the network, but is not able to view the content of the file. Although I can see the cells in the outline section of the vscode (bottom left)
LogsNo response Screenshot/VideoNo response Does this issue happen in VS Code or GitHub Codespaces?
Are you accessing code-server over HTTPS?
NotesI have not tried in VS CODE and GitHub Codespaces. Please let me know if I need to provide any other information |
You are not using HTTPS. This is required for Jupyter notebooks. HTTP only works for Cross reference: #5475 (comment) |
@benz0li Many thanks it works. |
Is there an existing issue for this?
OS/Web Information
code-server --version
:code-server: v4.12.0Steps to Reproduce
Expected
an established connection to the remote jupyterhub environment and viewing the notebook.
Actual
no connection in this configuration, cannot view the notebook.
the connection is established when using VSCode desktop on windows.
Logs
No response
Screenshot/Video
No response
Does this issue happen in VS Code or GitHub Codespaces?
Are you accessing code-server over HTTPS?
Notes
No response
The text was updated successfully, but these errors were encountered: