Jupyter Shortcut not working

后端 未结 8 1729
庸人自扰
庸人自扰 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:42

    I figured this out! It has to do with a chrome extension blocking your jupyter shortcuts. You can test this by opening http://localhost:8888/notebooks in another browser.

    In my case, I'd installed a chrome extension called Vimium, which was messing everything up.

提交回复
热议问题