Data Transformations
Layout
Layout widgets allow you to control the arrangement of other widgets in your notebook interface.
Layout widgets provide flexible ways to arrange other widgets in your notebook interface. They help you create complex, responsive layouts by combining multiple widgets together.
Supported Layout Widget Types
Below is a comprehensive list of supported layout widget types.
Layout Widget Nesting
Layout widgets can be nested to create complex arrangements. For example, you can place a row of widgets inside a grid cell, or create a column of rows.
Layout Widget Reactivity
Layout widgets are reactive to changes in their child widgets. When a child widget is updated, the layout will automatically adjust to accommodate the changes while maintaining the specified arrangement.