Jupyter Shortcut not working

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

    Not quite on topic of the question text but I got here from the title of the question. If you're on MacOS I noticed that the frequently used run-cells shortcut recently (I'm using notebook v6.1.1) changed from the original (Ctrl+Enter) to +Enter. You can check/change the current keyboard mappings from the Help menu in Jupyter. And the keyboard mappings are shown for a (and b) under the Insert menu.

提交回复
热议问题