问题
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