From 8709041fcf7e4c152bfc934295b5c5c3e093d366 Mon Sep 17 00:00:00 2001 From: lee1043 Date: Fri, 2 Feb 2024 11:10:16 -0800 Subject: [PATCH] remove """ for pip install for more seamless demo --- doc/jupyter/Demo/Demo_9b_seaIce_data_explore.ipynb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/jupyter/Demo/Demo_9b_seaIce_data_explore.ipynb b/doc/jupyter/Demo/Demo_9b_seaIce_data_explore.ipynb index 6e4c9e645..e4db98f34 100644 --- a/doc/jupyter/Demo/Demo_9b_seaIce_data_explore.ipynb +++ b/doc/jupyter/Demo/Demo_9b_seaIce_data_explore.ipynb @@ -85,7 +85,7 @@ "\n", "- [hvplot](https://hvplot.holoviz.org/): this tool is used for 2-D interactive plots. The following optional packages are also required for interactive visualizations: [geoviews](https://geoviews.org) and [jupyter_bokeh](https://github.com/bokeh/jupyter_bokeh).\n", "\n", - "To install them, uncomment the block below (delete the triple quotations`\"\"\"`) on lines 1&3 from below cell, installing `hvplot` using `pip`:" + "Install the packages using `pip`:" ] }, { @@ -105,9 +105,7 @@ } ], "source": [ - "\"\"\"\n", - "!pip install hvplot geoviews jupyter_bokeh\n", - "\"\"\"" + "!pip install hvplot geoviews jupyter_bokeh" ] }, {