Leo Borcherding
7818e3efc8
Add GPU check as first cell in notebook
2026-02-17 15:29:29 -06:00
Leo Borcherding
057f3b9628
Remove unnecessary if statement for token check
2026-02-17 13:27:05 -06:00
Leo Borcherding
f48d815797
Clone feature/colab-notebook branch for colab.py
2026-02-17 13:01:16 -06:00
Leo Borcherding
2c5e0ce606
Simplify notebook to use existing setup.sh script
2026-02-17 12:54:07 -06:00
Leo Borcherding
1530d1c165
fix: Add GitHub authentication cell for private repo
...
- Add cell 1 for token input (getpass)
- Update clone command to use token from environment
- Now 3 cells: auth, setup, start
2026-02-17 05:07:46 -06:00
Leo Borcherding
bebb45d847
fix: Clean up notebook to just 2 cells
...
Remove all the overcomplicated markdown and extra cells.
Now it's exactly like the POC: setup and start only.
2026-02-17 05:03:59 -06:00
Leo Borcherding
17df5bf3bf
feat: Add simple 2-cell Colab notebook (no tunnel needed)
...
- Create studio/backend/colab.py using Colab's built-in proxy
- Uses google.colab.kernel.proxyPort() for URL (no cloudflare)
- Shows nice clickable link with IPython.display.HTML
- Notebook has just 2 cells: setup and start
- Much simpler than external tunneling approach
2026-02-17 04:57:30 -06:00