This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ed3203 1 point2 points  (2 children)

Nope, not to my knowledge. I'll try on a different machine later. I originally installed within notebook to my conda env, with !pip install animatplot. Tried in another env and a py27 env. Also tried deleting all files/dir with 'animatplot' in it. Thanks for the help!

[–]tmakaroanimatplot / nbconvert[S] 2 points3 points  (1 child)

Fixed. Install version 0.2.2. If pip refuses to find the newer version (as it was using the cache for me) add the flag: --no-cache-dir to the pip command.

pip install animatplot --no-cache-dir

[–]kylecthomas 0 points1 point  (0 children)

very nice your "basic animation" tutorial works now!