📜  在 jupyter notebook 中显示 youtube 视频 - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:59.728000             🧑  作者: Mango

代码示例1
# https://www.youtube.com/watch?v=J8A8rKFZW-M

from IPython.display import YouTubeVideo
YouTubeVideo('J8A8rKFZW-M')
# or
YouTubeVideo('J8A8rKFZW-M', width=1920, height=1080)