Commit graph

8 commits

Author SHA1 Message Date
Roland Tannous
b8fa5f9482 removed branch from colab git clone 2026-02-20 19:15:03 +00:00
Leo Borcherding
095895d540 Add GPU check as first cell in notebook 2026-02-17 15:29:29 -06:00
Leo Borcherding
a88b98aafa Remove unnecessary if statement for token check 2026-02-17 13:27:05 -06:00
Leo Borcherding
1a39d956b8 Clone feature/colab-notebook branch for colab.py 2026-02-17 13:01:16 -06:00
Leo Borcherding
fe27a413cb Simplify notebook to use existing setup.sh script 2026-02-17 12:54:07 -06:00
Leo Borcherding
90c553280d 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
1580a6a925 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
7fb720b4fc 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