Hacker News new | ask | show | jobs
by nalzok 1456 days ago
Do you have a plan to expose some high-level API endpoints? I have been dreaming about something like `run.colab.research.google.com/<notebook_url>?runtime=gpu` which executes a Colab notebook without human interference. This can be extremely helpful in CI/CD environments when you have a lot of notebooks to test, e.g. for https://github.com/probml/pyprobml.
2 comments

Colab by design is made to be interactive. They even introduced CAPTCHA to make sure you don't train long models and go do something else.
No plans at this time; we try to prioritize interactive compute features. But this would be really cool to do! Maybe in the future.
Hey, just wanted say thanks for PM'ing colab. Great toolbox.
Thank you!!