-
-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Github Copilot-like code completion/suggestion functionality #268
Comments
Currently, Jupyter AI is designed such that it only sends a query to a language model when the user explicitly requests to do so. Autocompletion and automatic code suggestion would change that design principle, so we might have to think about the best ways to make users opt in to share their code with a language model to make this work. Thank you for your suggestion! |
Related automated functionality issue: #290 |
Related JupyterLab issue: Integrate github copilot with jupyterlab #14267. |
Just highlighting that a pull request to core JupyterLab adding inline completer that could enable this feature is ready for review: jupyterlab/jupyterlab#15160. |
jupyterlab/jupyterlab#15160 is now merged into JupyterLab, so this issue may be redundant. |
I believe this can be closed. #465 implemented this, but did not auto-close this issue because it was initially merged into a non-main branch. |
Problem
Proposed Solution
Additional context
The text was updated successfully, but these errors were encountered: