Skip to content

Instantly share code, notes, and snippets.

@ggada
Last active June 17, 2022 06:16
Show Gist options
  • Save ggada/6d62303dcce0f33e5f0bcfc48e353264 to your computer and use it in GitHub Desktop.
Save ggada/6d62303dcce0f33e5f0bcfc48e353264 to your computer and use it in GitHub Desktop.
Jupyter notebook.json: ~/.jupyter/nbconfig/notebook.json
{
"kse_rebinds": {
"edit": [],
"command": [
{
"to": ";",
"action_name": "jupyter-notebook:run-all-cells-above"
}
]
},
"load_extensions": {
"toggle_all_line_numbers/main": false,
"jupyter-js-widgets/extension": true,
"zenmode/main": false,
"keyboard_shortcut_editor/main": true,
"hide_input/main": false,
"ruler/main": false,
"move_selected_cells/main": true
},
"MarkdownCell": {
"cm_config": {
"lineWrapping": true
}
},
"Cell": {
"cm_config": {
"lineNumbers": true
}
},
"kse_show_rebinds": true,
"CodeCell": {
"cm_config": {
"lineWrapping": true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment