当前位置:网站首页>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 .
边栏推荐
- SGuard64.exe ACE-Guard Client EXE:造成磁盘经常读写,游戏卡顿,及解决方案
- Build auto.js script development environment
- un7.28:redis客户端常用命令。
- [C language] power table of 3 generated by PTA 7-53
- File operation (Advanced C language)
- Install the gym corresponding to mujoco in the spinning up tutorial, and the error mjpro150 is reported
- Opencv environment construction
- 用 ZEGO Avatar 做一个虚拟人|虚拟主播直播解决方案
- leetcode 763. Partition Labels 划分字母区间(中等)
- Pycharm reports an error when connecting to the virtual machine database
猜你喜欢

Classes and objects (I)

Mysql各版本下载地址及多版本共存安装

Recommendation system of online education

命令行交互工具(最新版) inquirer 实用教程
![学术 | [LaTex]超详细Texlive2022+Tex Studio下载安装配置](/img/4d/f8c60c0fbbd98c4da198cfac7989fa.png)
学术 | [LaTex]超详细Texlive2022+Tex Studio下载安装配置

MySQL - clustered index and secondary index

Make a virtual human with zego avatar | virtual anchor live broadcast solution

What is the difference between field, variable and property

STL source code analysis (Hou Jie) notes - STL overview

Auto.js脚本开发环境搭建
随机推荐
There are objections and puzzles about joinpoint in afterreturning notice (I hope someone will leave a message)
Deep analysis of data storage in memory (Advanced C language)
[c language] PTA 7-49 have fun with numbers (partially correct)
leetcode 763. Partition Labels 划分字母区间(中等)
Pyqt5 learning pit encounter and pit drainage (2) buttons in qformlayout layout cannot be displayed
Install the gym corresponding to mujoco in the spinning up tutorial, and the error mjpro150 is reported
学术 | [LaTex]超详细Texlive2022+Tex Studio下载安装配置
Makefile(make)常见规则(二)
[c language] PTA 7-50 output Fahrenheit Celsius temperature conversion table
Data Lake: spark, a distributed open source processing engine
STL source code analysis (Hou Jie) notes -- Classification and testing of stl containers
un7.28:redis客户端常用命令。
DASCTF2022.07赋能赛
I++ and ++i details
使用更灵活、更方便的罗氏线圈
Vscode configuration makefile compilation
Recommendation system of online education
(heap sort) heap sort is super detailed, I don't believe you can't (C language code implementation)
正确的用户拖拽方式
数据湖:分布式开源处理引擎Spark