question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for AI Platform Notebooks

See original GitHub issue

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:

  1. Can you support rendering the details inside JupyterLab without launching a new webserver?
  2. If #1 is not possible, can you add support for a URL can be used which will be used to render the contents.
  3. 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:

image

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
gogascacommented, Jan 26, 2021

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

0reactions
eriknil-onehotcommented, May 21, 2022

@gogasca did you have any luck with this? I’m experiencing the same issue myself.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found