Skip to content

Commit

Permalink
Merge pull request #1045 from PCMDI/lee1043-patch-2
Browse files Browse the repository at this point in the history
demo 9b update
  • Loading branch information
lee1043 authored Feb 2, 2024
2 parents 48558d5 + 8709041 commit 1308bd0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doc/jupyter/Demo/Demo_9b_seaIce_data_explore.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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`:"
]
},
{
Expand All @@ -105,9 +105,7 @@
}
],
"source": [
"\"\"\"\n",
"!pip install hvplot geoviews jupyter_bokeh\n",
"\"\"\""
"!pip install hvplot geoviews jupyter_bokeh"
]
},
{
Expand Down

0 comments on commit 1308bd0

Please sign in to comment.