{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Layout and Styling of Jupyter widgets\n", "\n", "This notebook presents how to layout and style Jupyter interactive widgets to build rich and *reactive* widget-based applications." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## The `layout` attribute.\n", "\n", "Jupyter interactive widgets have a `layout` attribute exposing a number of CSS properties that impact how widgets are laid out.\n", "\n", "### Exposed CSS properties\n", "\n", "