-
Notifications
You must be signed in to change notification settings - Fork 77
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
Support for AI Platform Notebooks #86
Comments
Thanks for raising this. This extension uses the If the dashboard is not displaying correctly this could be an issue with the way the URL is being constructed. Could you please share a minimal reproducible example so we can check this out? |
Hi Jacob, thanks for responding, These are the steps to reproduce:
Login via SSH to Notebooks and enter the following commands:
conda list
|
Many thanks @gogasca. Its appears that the websocket connection is successful, but Bokeh isn't happy about something.
I expect some critical header is being rewritten somewhere during the multiple layers of proxies. It appears this issue came up once in the Is this something you are able to investigate? |
Yes, I should be able to run a local proxy version and test. Proxy do not support websockets but it does have a shim to enable support. https://github.com/google/inverting-proxy/blob/a121408eb881af9e75b10064b46258c4ab12c47f/agent/websockets/shim.go#L41 I will test and get back to you. Thanks |
@gogasca did you have any luck with this? I'm experiencing the same issue myself. |
AI Platform Notebooks are accessible via Inverse Proxy.
Inverse Proxy only support backend on JupyterLab port 8080.
This plugin is launching a new web server in a random port, hence when we install it, and try to display GPU information just a blank screen is displayed, as Proxy cant route back the requests on this new web server.
Questions:
ngrok
on this random port and access the local URL. I would like to be able to provide this URL to extension and when I click in extension content is rendered.ngrok generates a public URL: https://9d4232d76b1b.ngrok.io/
Flow:
The text was updated successfully, but these errors were encountered: