Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

demo 9b update #1045

Merged
merged 1 commit into from
Feb 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
remove """ for pip install for more seamless demo
  • Loading branch information
lee1043 committed Feb 2, 2024
commit 8709041fcf7e4c152bfc934295b5c5c3e093d366
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
Loading