当前位置:网站首页>Common shortcut keys of Jupiter notebook (you can also view it by pressing h in command mode)
Common shortcut keys of Jupiter notebook (you can also view it by pressing h in command mode)
2022-07-02 08:08:00 【Villanelle#】
Command mode ( Key Esc Turn on )
- Enter : Switch to edit mode
- Shift-Enter : Run this unit , Select the next unit
- Ctrl-Enter : Run this unit
- Alt-Enter : Run this unit , Insert a new cell under it
- Y : Unit goes to code state
- M : Unit transferred to markdown state
- 1 : Set up 1 Level title ( Automatically turn to markdown state )
- 2 : Set up 2 Level title ( Automatically turn to markdown state )
- 3 : Set up 3 Level title ( Automatically turn to markdown state )
- Up/K : Select the upper cell
- Down/J : Select the cell below
- Shift-Up/K : Enlarge and select the upper cell
- Shift-Down/J : Enlarge and select the lower cell
- Shift-M : Merge selected cells
- A : Insert a new cell above
- B : Insert a new unit below
- F : Search and replace
- X : Cut the selected cell
- C : Copy the selected cell
- Shift-V : Paste to the top unit
- V : Paste to the lower unit
- Z : Restore the last deleted unit
- D,D : Delete the selected cell
- S : File on file
- L : Convert line number
- H : Show shortcut help
- Shift-Space : Scroll up
- Space : Scroll down
Edit mode ( Key Enter Turn on )
- Esc : Enter command mode
- Shift-Enter : Run this unit , Select the next unit
- Ctrl-Enter : Run this unit
- Alt-Enter : Run this unit , Insert a new cell under it
- Tab : Code completion or indentation
- Ctrl-A : Future generations
- Ctrl-Z : Restore
- Ctrl-Shift-Z : Do it again
- Ctrl-Y : Do it again
- Ctrl-Left : Jump to the left with a prefix
- Ctrl-Right : Jump to a prefix on the right
- Ctrl-Backspace : Delete the previous word
- Ctrl-S : File on file
- Up : Move the cursor up or forward to the previous unit
- Down : Move the cursor down or forward to the next unit
边栏推荐
- Replace self attention with MLP
- High school mathematics compulsory one
- Chinese garbled code under vscade
- My VIM profile
- How to back up the configuration before the idea when reinstalling the idea
- 【雙目視覺】雙目矯正
- 用全连接层替代掉卷积 -- RepMLP
- Where do you find the materials for those articles that have read 10000?
- Principes fondamentaux de la théorie musicale (brève introduction)
- 服务器的内网可以访问,外网却不能访问的问题
猜你喜欢
乐理基础(简述)
How to back up the configuration before the idea when reinstalling the idea
Open3d learning note 4 [surface reconstruction]
【MnasNet】《MnasNet:Platform-Aware Neural Architecture Search for Mobile》
Sequence problem for tqdm and print
A brief analysis of graph pooling
Chinese garbled code under vscade
Hystrix dashboard cannot find hystrix Stream solution
Carla-UE4Editor导入RoadRunner地图文件(保姆级教程)
[binocular vision] binocular correction
随机推荐
Look for we media materials from four aspects to ensure your creative inspiration
C language implements XML generation and parsing library (XML extension)
静态库和动态库
Command line is too long
Global and Chinese market of snow sweepers 2022-2028: Research Report on technology, participants, trends, market size and share
Go functions make, slice, append
解决jetson nano安装onnx错误(ERROR: Failed building wheel for onnx)总结
Embedding malware into neural networks
Meta Learning 简述
Open3d learning notes II [file reading and writing]
Chinese garbled code under vscade
C语言实现XML生成解析库(XML扩展)
MySQL优化
Target detection for long tail distribution -- balanced group softmax
业务架构图
针对语义分割的真实世界的对抗样本攻击
将恶意软件嵌入到神经网络中
[learning notes] matlab self compiled Gaussian smoother +sobel operator derivation
Sparse matrix storage
Replace self attention with MLP