python:在mac终端中显示youtube视频

时间:2016-04-25 03:17:12

标签: python video terminal display

我知道如何使用IPython在笔记本中嵌入YouTube视频。

来自IPython.display的

导入YouTubeVideo  YouTubeVideo( '1j_HxD4iLn8')

在此处查看实时示例:http://nbviewer.ipython.org/github/ipython/ipython/blob/1.x/examples/notebooks/Part%205%20-%20Rich%20Display%20System.ipynb#Video

但是当我在mac终端中运行代码时,它不会显示在终端中。请看下面的图片。

我想通过终端显示视频或将其显示在新窗口中。非常感谢你的时间和考虑。

Display the youtube video on the terminal

1 个答案:

答案 0 :(得分:1)

IPython.display只能在您当前未使用的IPython中运行。