Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions docs/environment.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
name: ipywebrtc_docs
channels:
- conda-forge
- defaults
dependencies:
- ipywidgets
- nbformat
- nbsphinx
- notebook>=4.2
- python=3.6
- sphinx>=1.4.6
- sphinx_rtd_theme
- tornado
- python-dateutil
- recommonmark
- traitlets
- ipywidgets
- nodejs
- pip
- pip:
- ipywebrtc
19 changes: 9 additions & 10 deletions docs/source/AudioRecorder.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"metadata": {},
"outputs": [],
"source": [
"recorder.save('example.webm')"
"# recorder.save('example.webm')"
]
},
{
Expand All @@ -75,10 +75,9 @@
"metadata": {},
"outputs": [],
"source": [
"from ipywidgets import Audio \n",
"\n",
"example = Audio.from_file('example.webm')\n",
"example"
"# from ipywidgets import Audio\n",
"# example = Audio.from_file('example.webm')\n",
"# example"
]
},
{
Expand All @@ -87,8 +86,8 @@
"metadata": {},
"outputs": [],
"source": [
"audio_stream = AudioStream.from_file('example.webm')\n",
"audio_stream"
"# audio_stream = AudioStream.from_file('example.webm')\n",
"# audio_stream"
]
},
{
Expand All @@ -97,8 +96,8 @@
"metadata": {},
"outputs": [],
"source": [
"recorder2 = AudioRecorder(stream=audio_stream)\n",
"recorder2"
"# recorder2 = AudioRecorder(stream=audio_stream)\n",
"# recorder2"
]
},
{
Expand All @@ -107,7 +106,7 @@
"metadata": {},
"outputs": [],
"source": [
"audio_stream.playing = False"
"# audio_stream.playing = False"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,4 @@
'Miscellaneous'),
]

nbsphinx_allow_errors = True
# nbsphinx_allow_errors = True