Bump default ipywidgets to 7.1.1
See original GitHub issueAny reason not to do this? Some packages (e.g., bqplot
) depend on the >7.0 ipywidgets so when they specify ipywidgets in requirements.txt
it doesn’t install the latest version and errors are popping up…
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
ipywidgets changelog — Jupyter Widgets 7.7.2 documentation
We updated the @jupyter-widgets/controls widget specification version to 1.1. 0 , leading to the version bump to 7.1. The new widget model specification...
Read more >Version: 7.2.1-bp150.2.4 - SUSE Package Hub -
Update to version 7.1 * We updated the @jupyter-widgets/controls widget specification version to 1.1.0, leading to the version bump to 7.1.
Read more >2021 Jupyter Widgets Dev Meetings #1 - GitHub
Here is a record of the agenda/minutes for our bi-weekly meeting. Everyone is welcome to join. Let's avoid using this thread for discussion....
Read more >widget - Set default value to ipywidgets - Python - Stack Overflow
According to the documentation, you can do this by setting the value parameter to whatever you want your initial value to be.
Read more >Checkbox tooltips - Widgets - Jupyter Community Forum
import ipywidgets as widgets data = {"key_1":"value_1", "key_2":"value_2", ... The docs claim it defaults to description, so if they don't, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ah this was fixed by #238 !
I think we shouldn’t do
-U
, which may upgrade anything that is already installed (e.g.notebook
itself if it shows up anywhere in the dependency tree).If bqplot depends on widgets 7 but doesn’t say so, that should be fixed in their requirements.txt