jankatins / knitpy

knitpy: Elegant, flexible and fast dynamic report generation with python
https://github.com/jankatins/knitpy
Other
368 stars 29 forks source link

Fix jupyter update #38

Closed jankatins closed 8 years ago

jankatins commented 8 years ago

This is mainly a port to the newer jupyter version. It works with teh conda environment and hopefully also with pip (didn't test that...).

Closes: #36 -> new knitpy.render(filename, format) function Closes: #34 -> use the new jupyter version for traitlets Closes: #33 -> replaced all old code imports with new ones. This also makes knitpy incompatible with older versions of ipython, which still included the notebook/...

Partly adresses: #29 -> mimedata isn't a problem anymore, but the matplotlib stuff still is...

jankatins commented 8 years ago

Ok, travis is green, merging...