Skip to content

Commit

Permalink
Set nbsphinx_timeout for examples/pitch_manipulation.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickJadoul committed Mar 19, 2024
1 parent c2349a8 commit 263f12b
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions docs/examples/pitch_manipulation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -236,20 +236,6 @@
" audio_file=ipywidgets.Dropdown(options=sorted(glob.glob(\"audio/*.wav\")), value=\"audio/4_b.wav\"),\n",
" factor=ipywidgets.FloatSlider(min=0.25, max=4, step=0.05, value=1.5))"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"nbsphinx": "hidden",
"tags": []
},
"outputs": [],
"source": [
"# Workaround deadlock with ipywidgets.interact and IPython.display.Audio (https://github.com/jupyter/nbconvert/issues/2029)\n",
"import time\n",
"time.sleep(2)"
]
}
],
"metadata": {
Expand All @@ -269,6 +255,9 @@
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.7"
},
"nbsphinx": {
"timeout": 60
}
},
"nbformat": 4,
Expand Down

0 comments on commit 263f12b

Please sign in to comment.