##// END OF EJS Templates
allow to load config from json file...
allow to load config from json file json takes highest precedence and is loaded last

File last commit:

r13771:12a31c43
r13771:12a31c43
Show More
jsonconfig.rst
3 lines | 193 B | text/x-rst | RstLexer
  • 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.