##// END OF EJS Templates
Merge pull request #4760 from takluyver/examples-py3compat...
Merge pull request #4760 from takluyver/examples-py3compat Make examples and docs more Python 3 aware

File last commit:

r13771:12a31c43
r14082:608fd030 merge
Show More
jsonconfig.rst
3 lines | 193 B | text/x-rst | RstLexer
Matthias BUSSONNIER
allow to load config from json file...
r13771 * IPython config objects can be loaded from and serialized to JSON.
JSON config file have the same base name as their ``.py`` counterpart,
and will be loaded with higher priority if found.