Skip to content

Commit

Permalink
skip execution of video write cell
Browse files Browse the repository at this point in the history
  • Loading branch information
kjohnsen committed Sep 18, 2024
1 parent 646eaa6 commit 3566ac4
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions docs/tutorials/video_visualization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -424,23 +424,9 @@
"execution_count": null,
"metadata": {
"tags": [
"remove-cell"
"skip-execution"
]
},
"outputs": [],
"source": [
"import sys\n",
"from matplotlib.animation import writers\n",
"\n",
"if \"ffmpeg\" not in writers.list():\n",
" print(\"ffmpeg is not available in MovieWriterRegistry. Exiting script.\")\n",
" sys.exit(0)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [
{
"data": {
Expand Down

0 comments on commit 3566ac4

Please sign in to comment.