From 7188b18fc8e77e786342e6c1a1d0d16436541ac4 Mon Sep 17 00:00:00 2001 From: tomaschor Date: Fri, 8 Nov 2024 12:00:10 -0300 Subject: [PATCH 1/2] fix typo --- doc/user_guide/Explorer.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user_guide/Explorer.ipynb b/doc/user_guide/Explorer.ipynb index 3f8dad893..70475fcf7 100644 --- a/doc/user_guide/Explorer.ipynb +++ b/doc/user_guide/Explorer.ipynb @@ -50,7 +50,7 @@ "id": "2f572b55-5002-4b81-9c92-6a2b56e2cde2", "metadata": {}, "source": [ - "For an explorer to be displayed in a notebook you need to load the hvPlot extension, which happens automatically when you execute an import like `import hvplot.pandas`. You could also just run `hvplot.extension('bokeh')`. If instead of building Bokeh plots you would rather build Matplotlib or Plotly plots, simply execute once `hvplot.extension('matplotlib')` or `hvplot.extension('matplotlib')` before displaying the explorer." + "For an explorer to be displayed in a notebook you need to load the hvPlot extension, which happens automatically when you execute an import like `import hvplot.pandas`. You could also just run `hvplot.extension('bokeh')`. If instead of building Bokeh plots you would rather build Matplotlib or Plotly plots, simply execute once `hvplot.extension('plotly')` or `hvplot.extension('matplotlib')` before displaying the explorer." ] }, { From 57538a737ee9832147a05e42d608a1116a85b7f7 Mon Sep 17 00:00:00 2001 From: Maxime Liquet <35924738+maximlt@users.noreply.github.com> Date: Tue, 12 Nov 2024 11:24:44 +0100 Subject: [PATCH 2/2] Update doc/user_guide/Explorer.ipynb --- doc/user_guide/Explorer.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user_guide/Explorer.ipynb b/doc/user_guide/Explorer.ipynb index 70475fcf7..627cdd441 100644 --- a/doc/user_guide/Explorer.ipynb +++ b/doc/user_guide/Explorer.ipynb @@ -50,7 +50,7 @@ "id": "2f572b55-5002-4b81-9c92-6a2b56e2cde2", "metadata": {}, "source": [ - "For an explorer to be displayed in a notebook you need to load the hvPlot extension, which happens automatically when you execute an import like `import hvplot.pandas`. You could also just run `hvplot.extension('bokeh')`. If instead of building Bokeh plots you would rather build Matplotlib or Plotly plots, simply execute once `hvplot.extension('plotly')` or `hvplot.extension('matplotlib')` before displaying the explorer." + "For an explorer to be displayed in a notebook you need to load the hvPlot extension, which happens automatically when you execute an import like `import hvplot.pandas`. You could also just run `hvplot.extension('bokeh')`. If instead of building Bokeh plots you would rather build Matplotlib or Plotly plots, simply execute once `hvplot.extension('matplotlib')` or `hvplot.extension('plotly')` before displaying the explorer." ] }, {