Only works inside an IPython Notebook
Package:
moviepy
8456
Exception Class:
ImportError
Raise code
"""
>>> clip.write_gif("test.gif")
>>> ipython_display('test.gif')
>>> clip.save_frame("first_frame.jpeg")
>>> ipython_display("first_frame.jpeg")
"""
if not ipython_available:
raise ImportError("Only works inside an IPython Notebook")
if rd_kwargs is None:
rd_kwargs = {}
if fps is not None:
rd_kwargs["fps"] = fps
Links to the raise (1)
https://github.com/Zulko/moviepy/blob/576fb1ab980ea53212675a775e059e1460488672/moviepy/video/io/html_tools.py#L262NO FIXES YET
Just press the button and we will add solution
to this exception as soon as possible
* As many users press the button, the faster we create a fix
Add a possible fix
Please authorize to post fix