About 3,870 results
Open links in new tab
  1. Jupyter Widgets — Jupyter Widgets 8.1.8 documentation

    Jupyter Widgets # Note This documentation is for ipywidgets 8. See the changelog for what is new and the user migration guide for suggestions about migrating from ipywidgets 7. For custom widget …

  2. ipywidgets · PyPI

    Nov 1, 2025 · ipywidgets, also known as jupyter-widgets or simply widgets, are interactive HTML widgets for Jupyter notebooks and the IPython kernel. This package contains the python …

  3. GitHub - jupyter-widgets/ipywidgets: Interactive Widgets for the ...

    ipywidgets, also known as jupyter-widgets or simply widgets, are interactive HTML widgets for Jupyter notebooks and the IPython kernel. Notebooks come alive when interactive widgets are used. Users …

  4. Installation — Jupyter Widgets 8.1.8 documentation

    The ipywidgets package does this by depending on the widgetsnbextension package, which configures the classic Jupyter Notebook to display and use widgets. If your Jupyter Notebook and the IPython …

  5. IPyWidgets - Smart Widgets for Jupyter Notebooks

    IPyWidgets helps you create smart, interactive widgets for Jupyter Notebooks. Add sliders, buttons, inputs, and controls to make Python workflows easier, faster, and more engaging.

  6. Releases · jupyter-widgets/ipywidgets - GitHub

    Nov 1, 2025 · Interactive Widgets for the Jupyter Notebook. Contribute to jupyter-widgets/ipywidgets development by creating an account on GitHub.

  7. Understanding Jupyter Notebook Widgets - GeeksforGeeks

    Jul 23, 2025 · Ipywidgets Library - This library provides a range of Jupyter notebooks. Widget Events - It contains multiple events, different tags, images, and videos, and keeps visitors informed about your …

  8. ipywidgets - An In-depth Guide to Interactive Widgets in Jupyter ...

    A detailed guide on how to use Python library ipywidgets that let us create widgets (dropdown, radio buttons, checkboxes, buttons, etc) in Jupyter notebooks. These widgets let us add interactivity to our …

  9. IPython Cookbook - 3.3. Mastering widgets in the Jupyter Notebook

    The ipywidgets package provides many common user interface controls for exploring code and data interactively. These controls can be assembled and customized to create complex graphical user …

  10. How to load data using ipywidgets and display it in modern Jupyter

    Jun 13, 2024 · However, in modern ipywidgets and Jupyter you have to be explicit in how you connect up the output being generated to the output area of the cell." This is your code changed to add that …