Home > Article > Backend Development > Jupyter common shortcut keys and common method notes
Two different cells have an upper-lower relationship and are not completely independent. As can be seen from the figure below, the res below refers to the above
##Saving nodes is like snapshot and recovery of virtual machines
Return to the node
Shortcut keys
Ctrl +enter Execute this cell
shift+enter Execute this cell and create a new cell downwards
A Create a cell upwards
B Create a cell downwards
esc+m m Switch the cell to markdown mode
esc+y y Switch the cell to code mode
esc+l l l Display the number of rows
d d Delete cell
O Collapse output Or open output
Here I want to customize a shortcut key ctrl+O, the syntax is as follows
Compound shortcut keys
shift Select multiple cells
Then execute shift+M to merge selected cells
The above is the detailed content of Jupyter common shortcut keys and common method notes. For more information, please follow other related articles on the PHP Chinese website!