From 570a29c67d5103d4df0b989f632ec9be391b5269 Mon Sep 17 00:00:00 2001 From: maximlt Date: Wed, 16 Oct 2024 17:04:25 +0200 Subject: [PATCH] skip calling save as it times out --- doc/user_guide/Viewing.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/user_guide/Viewing.ipynb b/doc/user_guide/Viewing.ipynb index 03a4442a2..5c8b7d28f 100644 --- a/doc/user_guide/Viewing.ipynb +++ b/doc/user_guide/Viewing.ipynb @@ -172,12 +172,12 @@ ] }, { - "cell_type": "code", - "execution_count": null, + "cell_type": "markdown", "metadata": {}, - "outputs": [], "source": [ - "hvplot.save(plot, 'test.png')" + "```python\n", + "hvplot.save(plot, 'test.png')\n", + "```" ] }, {