coder / code-server

VS Code in the browser
https://coder.com
MIT License
66.63k stars 5.46k forks source link

[Bug]: Enhancing Connection Stability Between Code-Server and JupyterHub Using Jupyter Extension and Token Authentication. #6715

Closed BouarfaMahi closed 4 days ago

BouarfaMahi commented 4 months ago

Is there an existing issue for this?

OS/Web Information

Steps to Reproduce

open code-server install extension connect to jupytherHub run a notebook

Expected

No disconnection.

Actual

Hello, I am using the Jupyter extension because I need it to connect a code-server to a JupyterHub instance using a token. Please let me know how the connection stability can be improved, as I sometimes experience disconnects. Is there any log to check?

Logs

No response

Screenshot/Video

No response

Does this issue happen in VS Code or GitHub Codespaces?

Are you accessing code-server over a secure context?

Notes

No response

code-asher commented 4 months ago

You might need to ask in the extension repository because the connection happens from the extension, right? I am not sure where they put their logs but usually there is a dropdown for a plugin's log in the output tab of the bottom panel (the same one that shows the terminal). They might have some options you can set for more verbosity. There is also probably some logging from the JupyterHub instance you could look at, but I have no experience with that.

BouarfaMahi commented 4 months ago

Thanks @code-asher