From 5f71642f9ec8f75bad760b632eaf27d6bfcdc673 Mon Sep 17 00:00:00 2001 From: Negin Sobhani Date: Fri, 14 Jun 2024 12:46:01 -0600 Subject: [PATCH] notebooks/04_dashboard_panel.ipynb --- notebooks/04_dashboard_panel.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/04_dashboard_panel.ipynb b/notebooks/04_dashboard_panel.ipynb index 1df2538..f8e02f2 100644 --- a/notebooks/04_dashboard_panel.ipynb +++ b/notebooks/04_dashboard_panel.ipynb @@ -669,7 +669,7 @@ "source": [ "## Panel Widgets\n", "\n", - "Panel provides a variety of widgets that can be used to build interactive dashboards. In this notebook, we are going to use some of these widgets. For the complete list of widgets, please see the [Panel documentation](https://panel.holoviz.org/user_guide/Widgets.html).\n", + "Panel provides a variety of widgets that can be used to build interactive dashboards. In this notebook, we are going to use some of these widgets. For the complete list of widgets, please see the [Panel documentation](https://panel.holoviz.org/api/panel.widgets.html).\n", "\n", "The panel widgets that we are using are: \n", "- `pn.widgets.Select` for selecting the variable\n",