QuantEcon / jupinx

Jupyter + Sphinx Utilities and Tools
https://quantecon.github.io/jupinx/
20 stars 4 forks source link

FIX: JSON formatted jupyter_kernels #67

Closed AakashGfude closed 5 years ago

AakashGfude commented 5 years ago

This PR prints the jupyter_kernels in properly formatted form in conf file. Essentially we will have to use the same python approach to pretty print is as jinja2 filters like pprint and others are not specialized to format json

We can have an indentation variable later, if we have a lot of similar variables.

fixes #66

mmcky commented 5 years ago

thanks @AakashGfude this is great!