Skip to content

Instantly share code, notes, and snippets.

@kylekyle
Last active January 24, 2016 00:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kylekyle/7825be3d00c310383b15 to your computer and use it in GitHub Desktop.
Save kylekyle/7825be3d00c310383b15 to your computer and use it in GitHub Desktop.
Editor configuration settings in Jupyter. Save in ~/.jupyter/nbconfig/
{
"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