https://github.com/googlecolab/colab-vscode
A Visual Studio Code extension for Colab.
https://github.com/googlecolab/colab-vscode
colab vscode vscode-extension
Last synced: 4 months ago
JSON representation
A Visual Studio Code extension for Colab.
- Host: GitHub
- URL: https://github.com/googlecolab/colab-vscode
- Owner: googlecolab
- License: apache-2.0
- Created: 2024-11-25T21:00:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-03T01:09:09.000Z (4 months ago)
- Last Synced: 2026-04-03T04:40:43.271Z (4 months ago)
- Topics: colab, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=google.colab
- Size: 5.21 MB
- Stars: 318
- Watchers: 6
- Forks: 57
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
- Code of conduct: docs/code-of-conduct.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Google Colab VS Code Extension
Colab is a hosted Jupyter Notebook service that requires no setup to use and
provides free access to computing resources, including GPUs and TPUs. Built atop
the [Jupyter
extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter),
this extension exposes Colab servers directly in VS Code!
- 👾 [Bug
report](https://github.com/googlecolab/colab-vscode/issues/new?template=bug_report.md)
- ✨ [Feature
request](https://github.com/googlecolab/colab-vscode/issues/new?template=feature_request.md)
- 💬 [Discussions](https://github.com/googlecolab/colab-vscode/discussions)
## Quick Start
1. Install [VS Code](https://code.visualstudio.com).
1. Install the Colab extension from either the [Visual Studio
Marketplace](https://marketplace.visualstudio.com/items?itemName=google.colab)
or [Open VSX](https://open-vsx.org/extension/Google/colab).
1. Open or create a notebook file.
1. When prompted, sign in.
1. Click `Select Kernel` > `Colab` > `Auto Connect`.
1. 😎 Enjoy!

See our [user guide](https://github.com/googlecolab/colab-vscode/wiki/User-Guide)
for more things you can do!
## Commands
Activate the command palette with `Ctrl+Shift+P` or `Cmd+Shift+P` on Mac.
| Command | Description |
| ---------------------------------------- | ------------------------------------------------------------------- |
| `Colab: Remove Server` | Select an assigned Colab server to remove. |
| `Colab: Sign Out` | Sign out of Colab. |
| `Colab: Mount Google Drive to Server...` | Append a code snippet to the active notebook to mount Google Drive. |
## Contributing
Contributions are welcome and appreciated! See the [contributing
guide](./docs/contributing.md) for more info.
## Data and Telemetry
The extension does not collect any client-side usage data within VS Code. See
Colab's [Terms of Service](https://research.google.com/colaboratory/tos_v5.html)
and the [Google Privacy Policy](https://policies.google.com/privacy), which
apply to usage of this extension.
## Security Disclosures
Please see our [security disclosure process](./SECURITY.md). All [security
advisories](https://github.com/googlecolab/colab-vscode/security/advisories) are
managed on GitHub.