diff --git a/POcultarVideos.html b/POcultarVideos.html index 9221d9b..862dea5 100644 --- a/POcultarVideos.html +++ b/POcultarVideos.html @@ -310,7 +310,7 @@ -
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>')
-
%%HTML
-<center>
-<iframe src="https://drive.google.com/file/d/1vjOB1VEXqmfyDm5y30uRMSIeJGU_EShI/preview" width="800" height="480" allow="autoplay"></iframe>
-</center>
-
from IPython.display import display
-from IPython.display import YouTubeVideo
-vid = YouTubeVideo("foo")
-display(vid)
-
El codigo es:
-<a href="https://www.youtube.com/embed/-TE64w4hi2o?si=fsl8viQlDz2QIsxk&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>
-
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 ….
El codigo seria
-[![AoS](https://raw.githubusercontent.com/euroargodev/argoonlineschool/master/images/logoAoS.png)](https://www.youtube.com/watch?v=FEa2diI2qgA "Título alternativo")
-
Este video …
-