How to move Jupyter notebook cells up/down using keyboard shortcut?

◇◆丶佛笑我妖孽 提交于 2021-01-28 02:30:35

问题


Anyone knows keyboard shortcut to move cells up or down in Jupyter notebook? Cannot find the shortcut, any clues?


回答1:


You can select the next cell (downwards direction) - Shift + J or Shift + Down key and select cells to upwards direction using Shift + K or Shift + Up key.

EDIT:

These short cuts I've tried windows only. For other OS, please refer to this source.



来源:https://stackoverflow.com/questions/62453756/how-to-move-jupyter-notebook-cells-up-down-using-keyboard-shortcut

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!