Georgi Stoyanov
Georgi Stoyanov

Reputation: 644

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?

Upvotes: 4

Views: 2270

Answers (1)

Bob Smith
Bob Smith

Reputation: 38579

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.

Upvotes: 5

Related Questions