-
-
Notifications
You must be signed in to change notification settings - Fork 370
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
support VS Code's Jupyter extension #1244
Comments
@rootsmusic Jupyter AI only officially supports Jupyter Notebook and JupyterLab. As far as I know, there's no way for us to practically support Jupyter AI in VSCode because its frontend is entirely different. @krassowski Are you aware of any other Jupyter extensions that support Jupyter & VSCode? I don't think anybody has looked into this. |
I believe @ajbozarth looked into this. But I think in general the |
There are extensions for VSCode only, such as https://github.com/cline/cline. |
My work eventually went perpindicular to this, I created https://github.com/Qiskit/qiskit-code-assistant-jupyterlab which supports any OpenAI API model to be called by the completer. It did not add any functionality beyond the completer though and that project had its own VSCode extension by the same name. |
@krassowski Since I'm using a conda environment, I ran
|
@rootsmusic It looks like a pydantic version conflict? I believe this has nothing to do with VS Code but something wrong with your environment. Can you run |
@krassowski (This environment didn't have errors running |
@krassowski I've created a clean conda environment and installed
|
Technically this is a usage error, but the error should be more helpful. What about |
In the docs for Users, please add instructions to configure for use in Visual Studio Code For Windows with .ipynb files.
The text was updated successfully, but these errors were encountered: