-
-
Save xshapira/392c725c6c0718cdd1b4bd0a8622c731 to your computer and use it in GitHub Desktop.
Jupyter notebook.json: ~/.jupyter/nbconfig/notebook.json
This file contains 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
{ | |
"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