Adding missing import to readme example (#28)
Co-authored-by: William <william@easyxafs.com>
William 5 years ago 0b1d0a92 6a5425e9
··· 324 324 ### Asynchronous Animation in Jupyter 325 325 ```python 326 326 # Jupyter cell 1: 327 327 + import drawSvg as draw 327 328 from drawSvg.widgets import AsyncAnimation 328 329 widget = AsyncAnimation(fps=10) 329 330 widget