From 5a1c9cd3b7c85c7c5520d071ae3dba7a6b050af4 Mon Sep 17 00:00:00 2001 From: Isaiah Akorita Date: Fri, 24 Jan 2025 15:59:43 +0100 Subject: [PATCH] changed all instances of 'hide-cell' to 'remove-cell' --- doc/user_guide/Large_Timeseries.ipynb | 4 ++-- doc/user_guide/Plotting.ipynb | 4 ++-- doc/user_guide/Plotting_with_Matplotlib.ipynb | 4 ++-- doc/user_guide/Plotting_with_Plotly.ipynb | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/user_guide/Large_Timeseries.ipynb b/doc/user_guide/Large_Timeseries.ipynb index e2fe2798d..8f5248157 100644 --- a/doc/user_guide/Large_Timeseries.ipynb +++ b/doc/user_guide/Large_Timeseries.ipynb @@ -205,12 +205,12 @@ "id": "39ff4ae1", "metadata": { "tags": [ - "hide-cell" + "remove-cell" ] }, "outputs": [], "source": [ - "# Cell hidden on the website (hide-cell in tags)\n", + "# Cell hidden on the website (remove-cell in tags)\n", "from holoviews.operation.resample import ResampleOperation2D\n", "ResampleOperation2D.width=1200\n", "ResampleOperation2D.height=500" diff --git a/doc/user_guide/Plotting.ipynb b/doc/user_guide/Plotting.ipynb index ada64364e..4fb093fe5 100644 --- a/doc/user_guide/Plotting.ipynb +++ b/doc/user_guide/Plotting.ipynb @@ -14,12 +14,12 @@ "execution_count": null, "metadata": { "tags": [ - "hide-cell" + "remove-cell" ] }, "outputs": [], "source": [ - "# Cell hidden on the website (hide-cell in tags)\n", + "# Cell hidden on the website (remove-cell in tags)\n", "# https://github.com/holoviz/holoviews/pull/6391\n", "import warnings\n", "\n", diff --git a/doc/user_guide/Plotting_with_Matplotlib.ipynb b/doc/user_guide/Plotting_with_Matplotlib.ipynb index f0db59a16..fa31c826e 100644 --- a/doc/user_guide/Plotting_with_Matplotlib.ipynb +++ b/doc/user_guide/Plotting_with_Matplotlib.ipynb @@ -14,12 +14,12 @@ "execution_count": null, "metadata": { "tags": [ - "hide-cell" + "remove-cell" ] }, "outputs": [], "source": [ - "# Cell hidden on the website (hide-cell in tags)\n", + "# Cell hidden on the website (remove-cell in tags)\n", "# https://github.com/holoviz/holoviews/pull/6391\n", "import warnings\n", "\n", diff --git a/doc/user_guide/Plotting_with_Plotly.ipynb b/doc/user_guide/Plotting_with_Plotly.ipynb index 32733c813..819204349 100644 --- a/doc/user_guide/Plotting_with_Plotly.ipynb +++ b/doc/user_guide/Plotting_with_Plotly.ipynb @@ -14,12 +14,12 @@ "execution_count": null, "metadata": { "tags": [ - "hide-cell" + "remove-cell" ] }, "outputs": [], "source": [ - "# Cell hidden on the website (hide-cell in tags)\n", + "# Cell hidden on the website (remove-cell in tags)\n", "# https://github.com/holoviz/holoviews/pull/6391\n", "import warnings\n", "\n",