{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Widgets" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "As we have seen in previous sections, hvPlot bakes in interactivity by automatically creating widgets when using ``groupby``. These widgets can be refined using [Panel](https://panel.holoviz.org). Panel allows you to customize the interactivity of your hvPlot output and provides more fine-grained control over the layout." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "