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.
This PR prints the
jupyter_kernels
in properly formatted form inconf file
. Essentially we will have to use the same python approach to pretty print is as jinja2 filters likepprint
and others are not specialized to format jsonWe can have an indentation variable later, if we have a lot of similar variables.
fixes #66