-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Compatibility with notebook #112
Conversation
python/jupyterlab-chat/jupyter-config/nb-config/jupyterlab_chat.json
Outdated
Show resolved
Hide resolved
Bump CI |
Bump CI again |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
* | ||
* NOTES: In Notebook application, the panel is collapsed when using the | ||
* `activateById` when it is already opened. | ||
* See https://github.com/jupyter/notebook/issues/7534 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would indeed be nice to fix this upstream, so we could then remove that logic here and the dependency on @jupyter-notebook/application
.
This PR enable
jupyterlab_chat
in Notebook.Fixes #105