User Guide¶
- Installation
- Using Interact
- Simple Widget Introduction
- Widget List
- Output widgets: leveraging Jupyter’s display system
- Widget Events
- Layout and Styling of Jupyter widgets
- The
layoutattribute - The Flexbox layout
- Predefined styles
- The
styleattribute - The Grid layout
Imagelayout and sizing- Controlling the display of an
Imageinside a container - Examples of
object_fit object_fitin aBoxsmaller than the original imageobject_fitin aBoxlarger than the original imageobject_fitin aBoxlarger than the original image: use image layout width100%to fill container- Examples of
object_position - Specifying
object_positionwith keywords - Specifying
object_positionwith offsets in pixels - Specifying
object_positionwith offsets as a percentage
- Controlling the display of an
- The
- Using Layout Templates
- Building a Custom Widget - Email widget
- Low Level Widget Tutorial
- Asynchronous Widgets
- Embedding Jupyter Widgets in Other Contexts than the Notebook
- Contributing
- Migrating custom widget libraries
- ipywidgets changelog