Feature Request: Automatic Context Addition for Jupyter Notebooks in VSCode #2363
adam0307a
started this conversation in
1. Feature requests
Replies: 1 comment
-
We have a PR and Extension to do that right now for Notebooks. But we need help landing the PR - #684 The Notebook extension is already in the Marketplace - https://marketplace.visualstudio.com/items?itemName=ComplYue.roo-nb If you could implement or guide an agent in implementing Chris' last comment, we could land it, then you (and others) could get some Kilo-Mojo for your Notebooks. Thanks for any help you can provide. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Feature Request: Automatic Context Addition for Jupyter Notebooks in VSCode
Summary
It would be great to enhance the Kilo Code extension to automatically add the content of the currently active Jupyter notebook (or selected cell) to the context when using the "Add Context" feature in VSCode. This would mirror the seamless integration seen in GitHub Copilot, eliminating the need for manual copy-pasting.
Current Behavior
Currently, when working with Jupyter notebooks in VSCode, users must manually copy the relevant code or cell content and paste it into the "Add Context" prompt. This is tedious and disrupts the workflow, especially for iterative development in notebooks.
Proposed Feature
This would make Kilo Code more competitive with tools like GitHub Copilot, which already supports this for notebooks, improving productivity for data scientists and ML engineers.
Why This Matters
Beta Was this translation helpful? Give feedback.
All reactions