I am using free versions of both. I have searched GitHub documentation but I couldn't find any reference to google Colaboratory.
Asked
Active
Viewed 9,718 times
13
-
Did you find a way to do this? – user541396 Nov 07 '22 at 18:27
3 Answers
10
Well, I guess there is a way. But don't expect it to be easy. Thing is, copilot is avaliable for VSCode. And you can use VSCode with Colab: https://colab.research.google.com/github/JayThibs/jacques-blog/blob/master/_notebooks/2021-09-27-connect-to-colab-from-local-vscode.ipynb#scrollTo=Lh1y3R5ta948
If you'll get to the bottom of this it would be interesting to read about your experience.

Artyrm Sergeev
- 189
- 7
4
You can try https://codesquire.ai/. It uses the same OpenAI codex for code completion and it comes with a Chrome extension so that it's usable in Colab

Mark Winter
- 41
- 1