Jupyter Shortcut not working

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

    I meet the same problem, and I google it. I found answer from here. You just update your jupyter through pip install -U jupyter. Maybe it works.(if you install jupyter from anaconda,you can use conda update jupyter command.)

提交回复
热议问题