Skip to content

Instantly share code, notes, and snippets.

@mutsune
Created September 20, 2020 14:00
Show Gist options
  • Save mutsune/161382a2a214b31b8a69ee255cf8058c to your computer and use it in GitHub Desktop.
Save mutsune/161382a2a214b31b8a69ee255cf8058c to your computer and use it in GitHub Desktop.
Jupyter Nbextensions config: .jupyter/nbconfig/notebook.json
{
"load_extensions": {
"nbextensions_configurator/config_menu/main": true,
"hinterland/hinterland": true,
"code_prettify/code_prettify": true,
"select_keymap/main": true,
"toc2/main": true,
"addbefore/main": true,
"autosavetime/main": true,
"comment-uncomment/main": true,
"execute_time/ExecuteTime": true,
"highlight_selected_word/main": true,
"move_selected_cells/main": true,
"notify/notify": true,
"scratchpad/main": true,
"spellchecker/main": true,
"table_beautifier/main": true,
"varInspector/main": true
},
"autosavetime_starting_interval": "1",
"comment_uncomment_keybinding": "meta-/",
"highlight_selected_word": {
"highlight_color": "#febd2e",
"highlight_color_blurred": "#fddba2"
},
"notify": {
"play_sound": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment