Skip to content

Commit

Permalink
skip calling save as it times out
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt committed Oct 16, 2024
1 parent dd320f8 commit 570a29c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/user_guide/Viewing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"```"
]
},
{
Expand Down

0 comments on commit 570a29c

Please sign in to comment.