-
Notifications
You must be signed in to change notification settings - Fork 949
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
[Backport 7.x] Use control comm target in LabManager #3336
Closed
martinRenou
wants to merge
33
commits into
jupyter-widgets:master
from
martinRenou:use_control_comm_target_7.x
Closed
[Backport 7.x] Use control comm target in LabManager #3336
martinRenou
wants to merge
33
commits into
jupyter-widgets:master
from
martinRenou:use_control_comm_target_7.x
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Align doc requirements for 7.x branch with master
[Backport to 7.x] PR jupyter-widgets#3099
Make INotebookTracker optional in the manager plugin
[7.x] Add the explicit dependency on ipython_genutils
- @jupyter-widgets/[email protected]
dist/ipywidgets-7.6.4-py2.py3-none-any.whl md5: 478ad5354b08dcabb6a1245c9a1ad197 sha1: 46b0d6cb9bb6b1a061057afb10a4baf0a3758679 sha256: 3ffd1baa741eb631e7a3a69d4df290de074ef697e0ef3176e33361b44cd91711 dist/ipywidgets-7.6.4.tar.gz md5: 771fd3999f93af336c6e40ae1f5c37a2 sha1: 8ea8c8e15a4779897dc9f12cc20e29cfe5fb689f sha256: 028bf014a0b1d77cb676fe163115f145aacdde0bb9a51c4166940e5b62a7d1d0 jupyterlab_widgets/dist/jupyterlab_widgets-1.0.1-py3-none-any.whl md5: db4d1ceefdef6b8d3afb892f501c83de sha1: 420e56889416ccbd632a1a32b2278949ddc09f55 sha256: 841925a349bd9a9197c5506bd5461a321b09e6659a9b179a0096b561a92898c3 jupyterlab_widgets/dist/jupyterlab_widgets-1.0.1.tar.gz md5: 6222b4d9f59a0bc5a6b74fe37eb59000 sha1: 08838b21cdfcf9d686472f476304414a6f5ce1db sha256: f94fb7fa1ddc8668e3f98d67a97cabe322e8d04b78b9eb988c7fde415d7a02df
Backport jupyter-widgets#3265 to 7.x (Add new trove classifiers for JLab extensions)
…kport-of-pr-3277-on-7.x Backport PR jupyter-widgets#3277 on branch 7.x (Flush figures with new backend name)
dist/ipywidgets-7.6.5-py2.py3-none-any.whl md5: cf7c8cd96ebe70400efa90284ca53005 sha1: 317a954cc1ab9503290e5ee364b10affcb1902fa sha256: d258f582f915c62ea91023299603be095de19afb5ee271698f88327b9fe9bf43 dist/ipywidgets-7.6.5.tar.gz md5: 420aabfddee27fc215ad9a9c14c9c529 sha1: ad63e99f44fd759c34ab70161e9ac8f4276294f8 sha256: 00974f7cb4d5f8d494c19810fedb9fa9b64bffd3cda7c2be23c133a1ad3c99c5 jupyterlab_widgets/dist/jupyterlab_widgets-1.0.2-py3-none-any.whl md5: 3912dbbea61f7e8b8d84f2f35f190970 sha1: 77e3cd80fddd809ac4745ae8fad1675d9bce7d0b sha256: f5d9efface8ec62941173ba1cffb2edd0ecddc801c11ae2931e30b50492eb8f7 jupyterlab_widgets/dist/jupyterlab_widgets-1.0.2.tar.gz md5: 0549460f3717942451a3e51bb2f1afd9 sha1: a61fe56ff4523e13c504a0e1d23aa06fbcd418da sha256: 7885092b2b96bf189c3a705cc3c412a4472ec5e8382d0b47219a66cccae73cfa
…on_failure_to_render Widgetsnbextension: throw error on failure to render
…ailure-to-render Backport PR jupyter-widgets#3280 on branch 7.x (Widgetsnbextension: throw error on failure to render)
…_widget_fetching Fetch the full widget state via a control Comm
…test 7.x: Fix control comm channel test
Variable Inspector example used a wrong callback argument signature
Oups wrong branch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backport of #3335