Skip to content

Commit

Permalink
changed all instances of 'hide-cell' to 'remove-cell'
Browse files Browse the repository at this point in the history
  • Loading branch information
Azaya89 committed Jan 24, 2025
1 parent 5b95b9b commit 5a1c9cd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions doc/user_guide/Large_Timeseries.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions doc/user_guide/Plotting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions doc/user_guide/Plotting_with_Matplotlib.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions doc/user_guide/Plotting_with_Plotly.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5a1c9cd

Please sign in to comment.