We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The chat extension is not compatible with Notebook application currently.
Fix the extension to make it work with Notebook
The text was updated successfully, but these errors were encountered:
This may be helpful: jupyterlab/jupyter-ai#827
Sorry, something went wrong.
For traceability, the @jupyter/react-components (dependency of jupyterlab-chat) was missing form the shared scope of Notebook: jupyter/notebook#7530
@jupyter/react-components
jupyterlab-chat
An other related issue, which leads to unexpected behavior with the side panel jupyter/notebook#7534
This could be fixed here, but I would expect it to be fixed upstream instead.
Successfully merging a pull request may close this issue.
Problem
The chat extension is not compatible with Notebook application currently.
Proposed Solution
Fix the extension to make it work with Notebook
The text was updated successfully, but these errors were encountered: