Skip to content

Instantly share code, notes, and snippets.

@Raudcu
Last active August 7, 2021 11:03
Show Gist options
  • Save Raudcu/e6b3c4dd9a08eeaf5dae5f5d683149ee to your computer and use it in GitHub Desktop.
Save Raudcu/e6b3c4dd9a08eeaf5dae5f5d683149ee to your computer and use it in GitHub Desktop.
{
"command": {
"bind": {
"shift-pageup": "jupyter-notebook:move-cell-up",
"shift-pagedown": "jupyter-notebook:move-cell-down",
"n,n": "jupyter-notebook:restart-kernel-and-run-all-cells",
"u,u": "jupyter-notebook:restart-kernel-and-clear-output",
"g,g": "auto:hide_code:toggle_all",
"shift-u": "RISE:toggle-subslide"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment