How to add keyboard shortcuts permanently to Jupyter (ipython) notebook?

前端 未结 4 704
野的像风
野的像风 2021-01-04 11:49

I have the following configuration for shortcuts, that works after running it in the cell of Jupiter notebook:

%%javascript


IPython.keyboard_manager.comman         


        
4条回答
  •  無奈伤痛
    2021-01-04 12:07

    In the new version of Jupyter notebook (update it either with pip install --upgrade notebook or if you use conda conda upgrade notebook), you can customize them from the notebook itself.

    To do this Help -> Edit keyboard shortcuts

提交回复
热议问题