Jupyter Shortcut not working

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

    This is the solution if you have Vimium installed. just add rule to ignore B, attached

    Add all the shortcuts you want to work (hit esc key prior to every command):

    1. shift + enter run cell, select below.
    2. ctrl + enter run cell.
    3. option + enter run cell, insert below.
    4. A insert cell above.
    5. b/B insert cell below.
    6. C copy cell.
    7. V paste cell.
    8. D , D delete selected cell.
    0 讨论(0)
  • 2021-02-01 19:59

    In windows 10, it was this application - Easy Windows Switcher that was causing the problem.

    0 讨论(0)
提交回复
热议问题