Colabcode: Vscode on Google colab or Kaggle notebooks
I created a very simple library that lets you run VS Code via codeserver on google colab or kaggle notebooks. Check out the video here: https://www.youtube.com/watch?v=7kTbM3D02jU
```
!pip install -U colabcode
from colabcode import ColabCode ColabCode(port=10000, gcloud=True)
```
Setting gcloud=True will also mount your google drive.
No comments yet.