
ipywidgets 8.1.8
0
Jupyter interactive widgets
Contents
Jupyter interactive widgets
Stars: 3297, Watchers: 3297, Forks: 963, Open Issues: 789The jupyter-widgets/ipywidgets repo was created 10 years ago and the last code push was 3 months ago.
The project is very popular with an impressive 3297 github stars!
How to Install ipywidgets
You can install ipywidgets using pip
pip install ipywidgets
or add it to a project with poetry
poetry add ipywidgets
Package Details
- Author
- Jupyter Development Team
- License
- BSD 3-Clause License
- Homepage
- http://jupyter.org
- PyPi:
- https://pypi.org/project/ipywidgets/
- GitHub Repo:
- https://github.com/jupyter-widgets/ipywidgets
Classifiers
Related Packages
Errors
A list of common ipywidgets errors.
Code Examples
Here are some ipywidgets code examples and snippets.
GitHub Issues
The ipywidgets package has 789 open issues on GitHub
- ipywidgets 8.x fails to install on Windows via Poetry due to path length, but 7.7.0 works
- Async ipywidgets.Output updates from background task only render after next cell in JupyterLab
- Move repr_mimebundle to DOMWidgets
- Latex Equation Not Displaying
- Per-kernel widget manager + Use weakreferences to prevent memory leaks + Improved tooltips + Improved output widget
- Widgets do not load if c.LabServerApp.notebook_starts_kernel = False
- Widgets cannot be displayed when the notebook is opened with no kernel attached, even after we attach the notebook to an ipykernel.
- Figures are drawn twice with matplotlib and seaborn
- FileUpload displayed counter should be optional
- Add a log range slider widget
pythonfix