About 400 results
Open links in new tab
  1. Jupyter Widgets — Jupyter Widgets 8.1.8 documentation - Read the …

    The ipywidgets package also provides a basic, lightweight set of core form controls that use this framework. These included controls include a text area, text box, select and multiselect controls, …

  2. Simple Widget Introduction — Jupyter Widgets 8.1.8 documentation

    What can they be used for? # You can use widgets to build interactive GUIs for your notebooks. You can also use widgets to synchronize stateful and stateless information between Python and JavaScript. …

  3. Installation — Jupyter Widgets 8.1.8 documentation

    Most of the time, installing ipywidgets automatically configures JupyterLab 3.x to use widgets. The ipywidgets package does this by depending on the jupyterlab_widgets package, which configures …

  4. Widget List — Jupyter Widgets 8.1.8 documentation - Read the Docs

    There are many widgets distributed with ipywidgets that are designed to display numeric values. Widgets exist for displaying integers and floats, both bounded and unbounded.

  5. Using Interact — Jupyter Widgets 8.1.8 documentation

    The interact function (ipywidgets.interact) automatically creates user interface (UI) controls for exploring code and data interactively. It is the easiest way to get started using IPython’s widgets.

  6. ipywidgets — Jupyter Widgets 8.1.8 documentation

    Serialize a Python date object. Attributes of this dictionary are to be passed to the JavaScript Date constructor. ipywidgets.widgets.trait_types.datetime_from_json(js, manager) [source] # Deserialize a …

  7. Widget Events — Jupyter Widgets 8.1.8 documentation

    To see the difference between the two, go to the static version of this page in the ipywidgets documentation and try out the sliders near the bottom. The ones linked in the kernel with link and …

  8. Jupyter Widgets — Jupyter Widgets 7.7.2 documentation - Read the …

    The ipywidgets package also provides a basic, lightweight set of core form controls that use this framework. These included controls include a text area, text box, select and multiselect controls, …

  9. Output widgets: leveraging Jupyter’s display system

    Output widgets: leveraging Jupyter’s display system # import ipywidgets as widgets

  10. Simple Widget Introduction — Jupyter Widgets 7.7.2 documentation

    What can they be used for? ¶ You can use widgets to build interactive GUIs for your notebooks. You can also use widgets to synchronize stateful and stateless information between Python and JavaScript.