📜  jupyter notebook 自定义键盘快捷键定义 - Matlab 代码示例

📅  最后修改于: 2022-03-11 15:01:04.687000             🧑  作者: Mango

代码示例1
// file ~/.jupyter/nbconfig/notebook.json

{
  "keys": {
    "command": {
        "bind": {
            "G,G,G":"jupyter-notebook:restart-kernel-and-run-all-cells"
        }
    }
  },
}