当前位置:网站首页>Jupiter notebook shortcut key
Jupiter notebook shortcut key
2022-07-05 10:00:00 【Sunqk5665】
about jupyter notebook Using shortcut keys for , It can be divided into two modes —— Edit mode and command mode .
1、 Command mode ( Press Esc Turn on )
Shortcut key | effect | explain |
---|---|---|
Enter | Switch to edit mode | —— |
Shift-Enter | Run this unit , Select the next unit | The new cell defaults to command mode |
Ctrl-Enter | Run this unit | —— |
Alt-Enter | Run this unit , Insert a new cell under it | The new cell defaults to edit mode |
Y | Unit goes to code state | |
M | Unit transferred to markdown state | |
Ctrl-S | Save the current NoteBook | |
S | Save the current NoteBook | |
1 | Set up 1 Level title | Only in markdown It is recommended to use the title related shortcut keys when in the status , If the unit is in another state , Force switch to markdown state |
2 | Set up 2 Level title | |
3 | Set up 3 Level title | |
4 | Set up 4 Level title | |
5 | Set up 5 Level title | |
6 | Set up 6 Level title | |
R | Unit transferred to raw state | |
Up | Select the upper cell | |
K | Select the upper cell | |
Down | Select the cell below | |
J | Select the cell below | |
Shift-K | Select the upper cell in succession | |
Shift-J | Continuously select the lower unit | |
A | Insert a new cell above | |
B | Insert a new unit below | |
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 | Press two in succession D key |
Shift-M | Merge selected cells | |
L | Switch line number | The line number of the edit box can be turned on and off |
O | Conversion output | |
Shift-O | Conversion output scrolling | |
Esc | Close page | |
Q | Close page | |
H | Show shortcut help | |
I,I | interrupt NoteBook kernel | |
0,0 | restart NoteBook kernel | |
Shift | Ignore | |
Shift-Space | Scroll up | |
Space | Scroll down |
2、 Edit mode ( Press Enter start-up )
Shortcut key | effect | explain |
---|---|---|
Tab | Code completion or indentation | |
Shift-Tab | Tips | Output help information , Partial function 、 class 、 Method, etc. will display its definition prototype , If you add ? Running again will display more detailed help |
Esc | Switch to command mode | |
Ctrl-M | Switch to command mode | |
Shift-Enter | Run this unit , Select the next unit | The new cell defaults to command mode |
Ctrl-Enter | Run this unit | |
Alt-Enter | Run this unit , Insert a unit below | The new cell defaults to edit mode |
Ctrl-Shift– | Split unit | Divide according to the line of the cursor |
Ctrl-Shift-Subtract | Split unit | |
Ctrl-S | Save the current NoteBook | |
Shift | Ignore | |
Up | Move the cursor up or forward to the previous unit | |
Down | Move the cursor down or forward to the next unit | |
Ctrl-/ | Comment on the whole line / Uncomment | Only code status is valid |
Ctrl-] | Indent | Indent right |
Ctrl-[ | Undo indent | Indent left |
Ctrl-A | Future generations | |
Ctrl-Z | revoke | |
Ctrl-Shift-Z | redo | |
Ctrl-Y | redo | |
Ctrl-Home | Jump to the beginning of the unit | |
Ctrl-Up | Jump to the beginning of the unit | |
Ctrl-End | Jump to the end of the unit | |
Ctrl-Down | Jump to the end of the unit | |
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-Delete | Delete the next word |
边栏推荐
- [app packaging error] to proceed, either fix the issues identified by lint, or modify your build script as follow
- TDengine 已经支持工业英特尔 边缘洞见软件包
- 盗版DALL·E成梗图之王?日产5万张图像,挤爆抱抱脸服务器,OpenAI勒令改名
- Windows uses commands to run kotlin
- Is it really reliable for AI to make complex decisions for enterprises? Participate in the live broadcast, Dr. Stanford to share his choice | qubit · viewpoint
- Tdengine already supports the industrial Intel edge insight package
- The writing speed is increased by dozens of times, and the application of tdengine in tostar intelligent factory solution
- ThreadLocal source code learning
- The popularity of B2B2C continues to rise. What are the benefits of enterprises doing multi-user mall system?
- 小程序启动性能优化实践
猜你喜欢
卷起来,突破35岁焦虑,动画演示CPU记录函数调用过程
ArcGIS Pro 创建要素
[listening for an attribute in the array]
百度APP 基于Pipeline as Code的持续集成实践
解决idea调试过程中liquibase – Waiting for changelog lock….导致数据库死锁问题
Generics, generic defects and application scenarios that 90% of people don't understand
Idea debugs com intellij. rt.debugger. agent. Captureagent, which makes debugging impossible
Tdengine connector goes online Google Data Studio app store
H.265编码原理入门
【sourceTree配置SSH及使用】
随机推荐
How to empty uploaded attachments with components encapsulated by El upload
剪掉ImageNet 20%数据量,模型性能不下降!Meta斯坦福等提出新方法,用知识蒸馏给数据集瘦身...
Baidu app's continuous integration practice based on pipeline as code
移动端异构运算技术-GPU OpenCL编程(进阶篇)
Solve the problem of no all pattern found during Navicat activation and registration
Charm of code language
如何獲取GC(垃圾回收器)的STW(暫停)時間?
TDengine × Intel edge insight software package accelerates the digital transformation of traditional industries
The popularity of B2B2C continues to rise. What are the benefits of enterprises doing multi-user mall system?
善用兵者,藏于无形,90 分钟深度讲解最佳推广价值作品
Getting started with Apache dolphin scheduler (one article is enough)
宝塔面板MySQL无法启动
[app packaging error] to proceed, either fix the issues identified by lint, or modify your build script as follow
MySQL installation configuration and creation of databases and tables
百度评论中台的设计与探索
Wechat applet - simple diet recommendation (2)
View Slide
Evolution of Baidu intelligent applet patrol scheduling scheme
Kotlin Compose 与原生 嵌套使用
[JS sort according to the attributes in the object array]