khowsrowpaviz
khowsrowpaviz

Reputation: 333

Is there a way to set up GitHub copilot in Google Colab?

I am using free versions of both. I have searched GitHub documentation but I couldn't find any reference to google Colaboratory.

Upvotes: 21

Views: 20059

Answers (3)

GoTrained
GoTrained

Reputation: 303

I found Codeium autocompletion to be of better quality than CodeSquire. At least it is another good option. It has a Chrome extension, too.

Upvotes: 3

Mark Winter
Mark Winter

Reputation: 41

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

Upvotes: 4

Artyrm Sergeev
Artyrm Sergeev

Reputation: 329

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.

Upvotes: 14

Related Questions