Jupyter Shortcut not working

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

    try to open the jupyter-lab from cmd, use this command :

    jupyter notebook
    

    it will start working normal and when you finished using these keys will help you to stop the application :

    control + c
    

提交回复
热议问题