Hacker News new | ask | show | jobs
Colabcode: Vscode on Google colab or Kaggle notebooks
1 points by abhisvnit 2114 days ago
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.