Jupyter Shortcut not working

后端 未结 8 1730
庸人自扰
庸人自扰 2021-02-01 19:05

I am working my code on Jupyter(Python). Normally, the shortcut to insert cell below is \'b\' and for above is \'a\', but when I do that search bar opens instead of insertion of

8条回答
  •  梦谈多话
    2021-02-01 19:36

    I had this issue and it turned out that my Chrome plugin (Vimium) was intercepting keypresses before Jupyter could capture them.

    In my case, I just added a rule to the plugin to disable it on my common notebook urls, like localhost:8888.

    There are potentially other plugins that might exhibit the same behavior, so generally I'd try opening a window without any plugins activated and see if the unexpected behavior persists.

提交回复
热议问题