About 1,700 results
Open links in new tab
  1. Jupyter Widgets — Jupyter Widgets 8.1.7 documentation - Read …

    The ipywidgets Python package provides Jupyter Widgets for the IPython kernel. Other kernels may also provide Jupyter Widgets support. An extension for the browser Jupyter frontend to …

  2. Widget List — Jupyter Widgets 8.1.7 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. The integer …

  3. Simple Widget Introduction — Jupyter Widgets 8.1.7 documentation

    Widgets are eventful python objects that have a representation in the browser, often as a control like a slider, textbox, etc. What can they be used for? You can use widgets to build interactive …

  4. Installation — Jupyter Widgets 8.1.7 documentation - Read the Docs

    Users can install the current version of ipywidgets with pip or conda. In most cases, installing the Python ipywidgets package will also automatically configure classic Jupyter Notebook and …

  5. Using Interact — Jupyter Widgets 8.1.7 documentation - Read the …

    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.7 documentation - Read the Docs

    ipywidgets.widgets.widget. envset (name, default) [source] # Return True if the given environment variable is turned on, otherwise False If the environment variable is set, True will be returned if …

  7. Asynchronous Widgets — Jupyter Widgets 8.1.7 documentation

    If we take advantage of the event loop integration IPython offers, we can have a nice solution using the async/await syntax in Python 3. First we invoke our asyncio event loop. This requires …

  8. Widget Events — Jupyter Widgets 8.1.7 documentation - Read the …

    Since attributes of widgets on the Python side are traitlets, you can register handlers to the change events whenever the model gets updates from the front-end. The handler passed to …

  9. Output widgets: leveraging Jupyter’s display system

    import ipywidgets as widgets The Output widget can capture and display stdout, stderr and rich output generated by IPython . You can also append output directly to an output widget, or …

  10. Jupyter Widgets 7.6.3 documentation - Read the Docs

    Sliders have a readout field which can be formatted using Python’s Format Specification Mini-Language. If the space available for the readout is too narrow for the string representation of …

Refresh