Skip to content

Python

Develop Colab Notebooks with Visual Studio Code

For those who work frequently with Jupyter notebooks, Google Colab is a fantastic tool that allows developers to create, edit, and share their Python code through a web-based interface. However, sometimes we may prefer to use our own local development environment like Visual Studio Code (VS Code), especially if it means we get access to many of its helpful features. This guide will walk you through the process of developing your Google Colab notebooks with VS Code.

The key to this process is using a GitHub repository as a bridge to connect your local development environment (VS Code) with Google Colab.

Idea

pydantic to wrap cython functions to validate function arguments to avoid crashing c extension.