Programmatically generate SVG (vector) images, animations, and interactive Jupyter widgets

Fix extras install to raster

+1 -1
+1 -1
setup.py
··· 32 32 install_requires = [ 33 33 ], 34 34 extras_require = { 35 - 'render': [ 35 + 'raster': [ 36 36 'cairoSVG~=2.3', 37 37 'numpy~=1.16', 38 38 'imageio~=2.5',