Under Linux, I\'ve been checking out matplotlib\'s animation class, and it seems to work except that I cant initialise the movie writer to write out the movie.
Using
I had the following error while running the cell.
This may be due to not having ffmpeg in your system. Try the following command in your terminal.
ffmpeg
sudo apt install ffmpeg
This works for me. I hope it will work out for you too.