Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Edit Google Colab Jupyter Notebook in VSCode

I just found out that in VSCode you can define a remote Jupyter server and edit the Jupyter notebook from within VSCode. You only need to define the URI of the Jupyter server. I was checking on the Google Colab but didn't find an option to get this URI.

Is there an easy way to link both the VSCode and Google Colab?

like image 989
Georgi Stoyanov Avatar asked Sep 02 '25 06:09

Georgi Stoyanov


1 Answers

No, this isn't supported for a variety of reasons, e.g., Colab requires authenticating with a Google account, which isn't supported by vanilla Jupyter.

like image 143
Bob Smith Avatar answered Sep 04 '25 20:09

Bob Smith