Skip to content

Adapt video element for Jupyter target #48

@boisgera

Description

@boisgera

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>
""")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions