jupyter notebook shortcut keys code example
Example: jupyter notebook custom keyboard shortcuts definition
// file ~/.jupyter/nbconfig/notebook.json
{
"keys": {
"command": {
"bind": {
"G,G,G":"jupyter-notebook:restart-kernel-and-run-all-cells"
}
}
},
}