Last active
January 24, 2016 00:57
-
-
Save kylekyle/7825be3d00c310383b15 to your computer and use it in GitHub Desktop.
Editor configuration settings in Jupyter. Save in ~/.jupyter/nbconfig/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"load_extensions": { | |
"integration": true, | |
"toolmetrics": true | |
}, | |
"_": "https://codemirror.net/doc/manual.html", | |
"MarkdownCell": { | |
"cm_config": { | |
} | |
}, | |
"_": "https://codemirror.net/doc/manual.html", | |
"CodeCell": { | |
"cm_config": { | |
"smartIndent": false | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment