control-engineering-with-python
control-engineering-with-python copied to clipboard
Adapt video element for Jupyter target
Use the pattern:
from IPython.display import HTML
HTML("""
<video style="width:100%" controls>
<source src="videos/tear.mp4" type="video/mp4">
Your browser does not
support the video tag.
</video>
""")