当前位置:网站首页>Use jupyter (2) to establish shortcuts to open jupyter and common shortcut keys of jupyter
Use jupyter (2) to establish shortcuts to open jupyter and common shortcut keys of jupyter
2022-07-29 04:48:00 【__ Meursault__】
In the beginning jupyter when , Really not used to , It's not as good as pycharm To use , But it took a while , It feels delicious , Especially multi window output , It's really convenient for data analysis .
A little trick , fast open jupyter
Before opening jupyter All need to pass cmd Input jupyter notebook To open , More trouble , So I want to be similar to other software , Click on the icon to open , So there are the following steps .
Write a txt, Content jupyter notebook, The suffix txt Change it to cmd,
Create a shortcut , Link to just cmd File address

But the shortcuts created in this way are ugly

Like above , You need to change the image of the shortcut
Right click – attribute — Change icon , The system gives some pictures , But it's not beautiful
Find a way to use your favorite image as an icon . The picture is usually jpg perhaps png, But to be an icon, you need ioc Format , At first, I used the format factory to directly convert the pictures into ioc, The effect is as follows

WTF
After trying some methods , have access to This website Turn other pictures into ioc Format , Clarity is acceptable
Then install the above method , Change the picture to ioc Pictures of both 
Shortcut key
Every command line is a cell, There are both edit mode and command mode . The command mode is mainly for cell Operate on your own , Editing mode is right cell Content operation in .
Shortcut keys in command mode
| Shortcut key | function |
|---|---|
| m | Get into markdown Pattern |
| y | Convert to code editing mode |
| L | Add the number of lines to the code block |
| a | Add a new code block above this code block |
| b | Add a new code block below this code block |
| c | Copy code block |
| x | Cut the code block |
| v | Paste code block |
| d | Delete code block |
Common shortcut keys in edit mode
| Shortcut key | function |
|---|---|
| Crtl+Enter | Run the code block |
| Crtl+Shift+Enter | Run the code block , And go to the next code block |
| Tab | Code completion or indentation |
| Ctrl+A | Future generations |
| Ctrl+Z | revoke |
| Ctrl+Y | Do it again |
| Ctrl+Home | Jump to the beginning of the unit |
| Ctrl+End | Jump to the end of the unit |
jupyter Interface press h You can view all shortcut keys , I think the commonly used one is
Edit mode
Ctrl+Enter: Run current cell;
Crtl+Shift+Enter: Run current cell And go to the next cell.
Command mode
dd Delete the current cell
b At present cell So let's make a new one cell
a At present cell Let's go ahead and create a new one cell
Other shortcut keys , I don't feel like using it very often .
边栏推荐
- Vscode one click compilation and debugging
- [C language] PTA 7-52 finding the sum of the first n terms of a simple interleaved sequence
- Ethernet of network
- mpc5744p简介与OpenSDA固件更新
- Reveal安装配置调试
- Update learning materials daily
- 1 句代码,搞定 ASP.NET Core 绑定多个源到同一个类
- VScode配置makefile编译
- Pyqt5 learning pit encounter and pit drainage (2) buttons in qformlayout layout cannot be displayed
- [c language] PTA 7-63 falling ball
猜你喜欢
![[express connection to MySQL database]](/img/a6/d68327fa74b8c94d250ea469301839.png)
[express connection to MySQL database]

TypeError: Cannot read properties of undefined (reading ‘then‘)

Classes and objects (III)

(heap sort) heap sort is super detailed, I don't believe you can't (C language code implementation)

Christmas tree web page and Christmas tree application

Build auto.js script development environment

Command line interactive tools (latest version) inquirer practical tutorial

iOS面试准备 - ios篇

Detailed comparison of break and continue functions

Reveal安装配置调试
随机推荐
JVM (heap and stack) memory allocation
MySQL - 聚簇索引和辅助索引
Configure st-gcn environment record [Google lab]
UE plays video in scene or UMG
img 响应式图片的实现(含srcset属性、sizes属性的使用方法,设备像素比详解)
spinning up安装完使用教程测试是否成功,出现Library“GLU“ not found和‘from pyglet.gl import *错误解决办法
Basic grammar of C language
Install the gym corresponding to mujoco in the spinning up tutorial, and the error mjpro150 is reported
VScode配置makefile编译
Mpc5744p introduction and opensda firmware update
Mysql:The user specified as a definer (‘root‘@‘%‘) does not exist 的解决办法
钉钉对话框文子转换成图片 不能复制粘贴到文档上
Classes and objects (III)
Oracle update and delete data
What are the core features of the digital transformation of state-owned construction enterprises?
Reveal installation configuration debugging
软件测试面试题(四)
Update learning materials daily
IOS interview preparation - IOS
Download addresses of various versions of MySQL and multi version coexistence installation