Support for AI Platform Notebooks
See original GitHub issueAI 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:
- Can you support rendering the details inside JupyterLab without launching a new webserver?
- If #1 is not possible, can you add support for a URL can be used which will be used to render the contents.
- I’m able to start
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:
- Extension will allow me to configure a public URL: https://9d4232d76b1b.ngrok.io
- When I click on GPU-memory it will render: and it will just access URL + resource. Example: https://9d4232d76b1b.ngrok.io/GPU-Memory, etc.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
AI Platform Notebooks help data scientists ... - Google Cloud
AI Platform Notebooks support popular Google Cloud Platform enterprise security architectures through VPC-SC, shared VPC, and private IP ...
Read more >Comparison: Google's AI Platform Notebooks and ...
Google AI Platform Notebooks are enterprise-grade notebooks best suited for those with compliance concerns who need to ingest data from GCP sources like ......
Read more >Prototyping models in AI Platform Notebooks - Google Codelabs
This lab will walk you through various tools in AI Platform Notebooks for exploring your data and prototyping ML models.
Read more >Tag: AI Platform Notebooks - GCP Weekly
Tag: AI Platform Notebooks. AI Platform Notebooks Jupyter Notebook Machine Learning R Vertex AI Sept. 12, 2022. Marketing Mix Modelling with Robyn on...
Read more >Terraform support for AI Platform Notebooks - Medium
I have not posted for few weeks now, but finally I had the time to do it: I just joined the AI Platform...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.