This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
Version 0.2.0
- Animation with
blit
s instead ofdraw
s. - Matplotlib selects
nbAgg
if the backend isinline
automatically. - Removing
%matplotlib notebook
from examples. - Updated documentation notebooks: removing
print_info
, as it is no longer supported. - Added note about keeping a reference to the loop's return value.