Answers for "jupyter notebook custom keyboard shortcuts definition"

0

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"
        }
    }
  },
}
Posted by: Guest on October-23-2020

Code answers related to "jupyter notebook custom keyboard shortcuts definition"

Browse Popular Code Answers by Language