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" ] }, {