From a8c7d7a462059cd5e83b269f820b7bb0c1fb4626 Mon Sep 17 00:00:00 2001 From: Ray Bell Date: Tue, 20 Sep 2022 23:26:41 -0400 Subject: [PATCH 1/2] DOC: add text link to https://examples.pyviz.org/datashader_dashboard/dashboard.html --- examples/getting_started/3_Interactivity.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/getting_started/3_Interactivity.ipynb b/examples/getting_started/3_Interactivity.ipynb index d2deebac5..96835f9ed 100644 --- a/examples/getting_started/3_Interactivity.ipynb +++ b/examples/getting_started/3_Interactivity.ipynb @@ -262,7 +262,7 @@ "\n", "## HoloViews+Datashader+Panel\n", "\n", - "To interactively explore data in a dashboard, you can combine Panel with HoloViews and Datashader to create an interactive visualization that allows you to toggle aggregation methods, edit colormaps, and generally interact with the data through the use of widgets (50 lines of code):\n", + "To interactively explore data in a dashboard, you can combine Panel with HoloViews and Datashader to create an interactive visualization that allows you to toggle aggregation methods, edit colormaps, and generally interact with the data through the use of widgets (50 lines of code: https://examples.pyviz.org/datashader_dashboard/dashboard.html):\n", "\n", " [![Datashader+Holoviews+Panel](../assets/images/dashboard.png)](https://examples.pyviz.org/datashader_dashboard/dashboard.html)" ] From 0644e7a00aec8d265c0f898159838cb4cd77f75c Mon Sep 17 00:00:00 2001 From: "James A. Bednar" Date: Thu, 22 Sep 2022 20:45:13 -0500 Subject: [PATCH 2/2] Update examples/getting_started/3_Interactivity.ipynb --- examples/getting_started/3_Interactivity.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/getting_started/3_Interactivity.ipynb b/examples/getting_started/3_Interactivity.ipynb index 96835f9ed..c60607f44 100644 --- a/examples/getting_started/3_Interactivity.ipynb +++ b/examples/getting_started/3_Interactivity.ipynb @@ -262,7 +262,7 @@ "\n", "## HoloViews+Datashader+Panel\n", "\n", - "To interactively explore data in a dashboard, you can combine Panel with HoloViews and Datashader to create an interactive visualization that allows you to toggle aggregation methods, edit colormaps, and generally interact with the data through the use of widgets (50 lines of code: https://examples.pyviz.org/datashader_dashboard/dashboard.html):\n", + "To interactively explore data in a dashboard, you can combine Panel with HoloViews and Datashader to create an interactive visualization that allows you to toggle aggregation methods, edit colormaps, and generally interact with the data through the use of widgets ([50 lines of code](https://examples.pyviz.org/datashader_dashboard/dashboard.html)):\n", "\n", " [![Datashader+Holoviews+Panel](../assets/images/dashboard.png)](https://examples.pyviz.org/datashader_dashboard/dashboard.html)" ]