Settings

Theme

Colabcode: Vscode on Google colab or Kaggle notebooks

1 points by abhisvnit 5 years ago · 0 comments · 1 min read


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.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection