8 Commits

Author SHA1 Message Date
jaska
c496c385a3 Nteract support (#570)
*  support nteract environment.

* 🔨 use temp file in system temp folder

* 🔬 test nteract function and update 📚

* 👕 whitening the code

* 📚 update demo and pump version number

* 📚 give reference to nteract.io

* 📚 update change log and 🐛 a bug fix on tmp file suffix
2018-05-17 20:10:22 +08:00
陈键冬
8f16369400 Charts docs update and pink everything (#536)
* Update: docs update

* Update: 统一注释文档风格

* Update: pink echarts folder

* Update: pink charts folder

* Update: pink custom folder

* Update: pink pyecharts and dataset folder

* Update: pink test folder

* Update: pink utils folder

* Update: micro docs update for theme

* Fix: fixed broken test
2018-05-04 22:37:27 +08:00
jaska
26840eb9d3 code refactoring all python codes using https://github.com/kennethreitz/white (#472)
* 🔨 code refactoring using https://github.com/kennethreitz/white

* 🔨 code refactoring the test code using https://github.com/kennethreitz/white
2018-04-02 16:00:35 +08:00
kinegratii
a180ca857c 重构渲染代码 (#424)
* Refactor notebook render

1. Merge template files and remove unused files.
2. Move render function to environment class
3. Extract notebook test cases to a new module

* Refactor chart render

1. Add render_* to EchartsEnvironment class
2. Remove engine.render
3. Remove unused template files

* Fix online between test cases.

* Update document and changelog

* Rename some functions

* Update some mistakes

* Remove debug code

* Refactor env.render_chart_to_notebook  method
2018-03-07 18:15:15 +08:00
chenjiandongx
9176bd26db remove test_notebook.py 2017-08-06 15:43:56 +08:00
chenjiandongx
1ddacb787d remove *.ipynb 2017-08-06 15:12:49 +08:00
chfw
16648455b5 hooraygit status support 3D graphics in jupyter-notebook. 2017-08-03 10:04:01 +01:00
chfw
29bf1fa417 🎨 use notebook's rich display protocol _repr_html_ for HTML display. added test for notebook usecase. 2017-08-02 09:07:27 +01:00