From de6596a755233411f82695487940b05fd9694ac8 Mon Sep 17 00:00:00 2001 From: Tomas Chor Date: Wed, 4 Dec 2024 02:36:30 -0800 Subject: [PATCH] Fix typo in the Explorer docs (#1455) --- 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..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('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('matplotlib')` or `hvplot.extension('plotly')` before displaying the explorer." ] }, {