Skip to content

Instantly share code, notes, and snippets.

@formigone
Created January 25, 2020 21: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 formigone/f6f6e0ac1b24927bbd10c8848bca5317 to your computer and use it in GitHub Desktop.
Save formigone/f6f6e0ac1b24927bbd10c8848bca5317 to your computer and use it in GitHub Desktop.
My personal Jupyter Notebook settings.` ~/.jupyter/nbconfig/notebook.json`
{
"toc2": {
"number_sections": false,
"skip_h1_title": false,
"toc_cell": false
},
"load_extensions": {
"plotlywidget/extension": true,
"jupyter-js-widgets/extension": true,
"contrib_nbextensions_help_item/main": true,
"nbextensions_configurator/config_menu/main": true,
"toc2/main": true
},
"Notebook": {
"Toolbar": false,
"Header": false
},
"keys": {
"command": {
"unbind": [
"up",
"k",
"c"
],
"bind": {
"shift-t,shift-t": "jupyter-notebook:toggle-toolbar",
"shift-t,shift-h": "jupyter-notebook:toggle-header",
"k,c,k,c,l": "jupyter-notebook:clear-cell-output",
"c,c,c": "jupyter-notebook:clear-cell-output",
"c,c": "jupyter-notebook:clear-cell-output",
"command-shift-up": "jupyter-notebook:move-cell-up",
"ctrl-shift-down": "jupyter-notebook:move-cell-down",
"command-shift-down": "jupyter-notebook:move-cell-down",
"up": "jupyter-notebook:select-previous-cell",
"ctrl-shift-up": "jupyter-notebook:move-cell-up",
"shift-t,shift-m": "jupyter-notebook:toggle-menubar"
}
}
},
"Cell": {
"cm_config": {
"lineNumbers": true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment