21 lines
511 B
JSON
21 lines
511 B
JSON
|
{
|
||
|
"Application": { "log_datefmt": "%Y-%m-%d %H:%M:%S" },
|
||
|
"InteractiveShell": {
|
||
|
"colors": "Linux",
|
||
|
"color_info": true
|
||
|
},
|
||
|
"InteractiveShellApp": {
|
||
|
"exec_PYTHONSTARTUP": false,
|
||
|
"exec_lines": ["%load_ext autoreload", "%autoreload 2 --print"],
|
||
|
"gui": "tk",
|
||
|
"matplotlib": "tk",
|
||
|
"pylab": "tk"
|
||
|
},
|
||
|
"TerminalIPythonApp": { "gui": "tk", "display_banner": false },
|
||
|
"TerminalInteractiveShell": {
|
||
|
"editing_mode": "emacs",
|
||
|
"mouse_support": false,
|
||
|
"true_color": true
|
||
|
}
|
||
|
}
|