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", + "```" ] }, {