baolong281 / jupyter-copilot

GitHub Copilot extension for JupyterLab
Other
26 stars 2 forks source link

Support Copilot chat? #19

Open jtpio opened 1 month ago

jtpio commented 1 month ago

Since this extension is based on the language server provided by copilot.vim, maybe there could be a way to also support Copilot chat?

For reference there is now a jupyter-chat extension for JupyterLab, which could likely be used for implementing this feature: https://github.com/jupyterlab/jupyter-chat

baolong281 commented 1 month ago

Copilot.vim already supports chat, so this should be relatively straightforward to do. I'll work on this over the weekend 👍

scris commented 1 week ago

Really looking forward to it!