VS Code (code-server) on Google Colab / Kaggle Notebooks / Anywhere #2084
abhishekkrthakur
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
This is so cool! Definitely one of the quickest ways to start a code-server environment with https! I love how you preinstalled some extensions too. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I made a small library/tool that one can use to have code-server on any machine which is connected to the internet (inspired by a recent article). I call it ColabCode. This is a small video I made demonstrating that: https://www.youtube.com/watch?v=7kTbM3D02jU
The repository is available here: https://github.com/abhishekkrthakur/colabcode
Quickstart:
pip install colabcode
from colabcode import ColabCode
ColabCode(port=10000, password="abhishek")
Please let me know how you like it :)
Beta Was this translation helpful? Give feedback.
All reactions