mirror of
https://github.com/pyecharts/pyecharts.git
synced 2026-02-01 17:46:01 +00:00
* ✨ initial prototype * 🔨 replace extra_context with **kwargs * ☔ test **kwargs * 🔥 clean up the render.html * ✨ initial prototype for tight integration of pyecharts-snapshot * 🐛 fix rendering position in jupyter note book and 🔥 remove the prototype * ✨ allow png, jpg and svg in jupyter notebook * 🔥 revert optimization changes * 🔥 get rid of useless code * 🔥 get rid of useless code * 📚 update documentation and fix #311 * 🔬 more test coverage * 📚 update environment extension architecture * 📚 more docs * ✨ remove the need for configure() statement for python users. jupyter user have to use configure(). 🔨 replace extra_context with **kwargs finally * 💚 fix broken unit test * 📚 update documentation - space, space, space * 🔬 more test coverage * 📚 no support for rendering page as image * 🔬 more test coverage * ✨ @kinegratii create a jupyter image context * 💚 make unit tests pass * 👕 make flake8 happy * 👕 one last space to be added * 👕 address review feedbacks