diff --git a/POcultarVideos.html b/POcultarVideos.html index 9221d9b..862dea5 100644 --- a/POcultarVideos.html +++ b/POcultarVideos.html @@ -310,7 +310,7 @@ -
  • -.ipynb +.md
  • @@ -402,13 +402,7 @@

    Contents

    @@ -422,101 +416,13 @@

    Contents

    Pruebas de como poner videos#

    -
    -

    Using python#

    -
    -
    -
    from IPython.display import HTML
    -
    -# Youtube
    -HTML('<iframe src="https://drive.google.com/file/d/1vjOB1VEXqmfyDm5y30uRMSIeJGU_EShI/preview" width="800" height="480" allow="autoplay"></iframe>')
    -
    -
    -
    -
    -
    -
    -
    -
    -

    Using python - another option with magic#

    -
    -
    -
    %%HTML
    -<center>
    -<iframe src="https://drive.google.com/file/d/1vjOB1VEXqmfyDm5y30uRMSIeJGU_EShI/preview" width="800" height="480" allow="autoplay"></iframe>
    -</center>
    -
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    -

    Using python - another option with a#

    -
    -
    -
    from IPython.display import display
    -from IPython.display import YouTubeVideo
    -vid = YouTubeVideo("foo")
    -display(vid)
    -
    -
    -
    -
    -
    - -
    -
    -
    -
    -

    Vsing markdow - Opcion 1#

    -

    El codigo es:

    -
    <a href="https://www.youtube.com/embed/-TE64w4hi2o?si=fsl8viQlDz2QIsxk&amp;controls=1">
    -  <p style="text-align:center"><img src="https://raw.githubusercontent.com/euroargodev/argoonlineschool/master/images/logoAoS.png" alt="HTML tutorial" width="400px"></p>
    -</a>
    -
    -
    - -

    HTML tutorial

    -

    Using markdow - Opcion 2 - La prueba definitiva#

    -

    El codigo sería

    -
    <iframe width="320" height="180" src="https://www.youtube-nocookie.com/embed/FEa2diI2qgA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="1"></iframe>
    -
    -
    +

    In this video we ….

    -
    -
    -

    Using markdow - Opcion 3 - External linl#

    -

    El codigo seria

    -
    [![AoS](https://raw.githubusercontent.com/euroargodev/argoonlineschool/master/images/logoAoS.png)](https://www.youtube.com/watch?v=FEa2diI2qgA "Título alternativo")
    -
    -
    -

    AoS

    +
    -
    -

    Ejemplo final#

    -

    Este video …

    -
    - -