IPython Shell keyboard shortcuts

IPython Shell

Zeynel -
5 years ago
- Shortcuts
-1
Ctrl + A

Move cursor to the beginning of the line

0
Ctrl + E

Move cursor to the end of the line

0
Ctrl + B

Move cursor back one character

0
or
0
Ctrl + F

Move cursor forward one character

0
or

Advertisement

  In addition to Backspace, Ipython provides a few other shorcuts for deleting a portion of text.
0
Backspace

Delete previous character in line

-1
Ctrl + D

Delete next character in line

0
Ctrl + K

Cut text from cursor to end of line

-1
Ctrl + U

Cut text from beginning of line to cursor

0
Ctrl + Y

Yank (e.g. paste) text that was previously cut

0
Ctrl + T

Transpose (e.g. switch) previous two characters

  Command history not only stores command in current session. Your entire command history is stored in a SQLite database in your IPython profile directory.
0
Ctrl + P

Access previous command in history

0
or
0
Ctrl + N

Access next command in history

0
or
0
Ctrl + R

Reverse-search through command history

0
⤶ Enter

Select the command

0
Ctrl + 1

Clear terminal screen

0
Ctrl + C

Interrupt current Python command

  Ctrl + C will be particularly useful if you start a long running job by mistake.
0
Ctrl + D

Exit IPython session

  Source: Github

Share this page on:
Is this page helpful?
0 0

Advertisement

Program information

Program name: IPython Shell IPython Shell (Developer tools)

IPython (Interactive Python) is a command shell in some programming languages. It was originally developed for the Python programming language. It has features including interactive shells, browser-based notebook interface, flexible, embeddable interpreters. IPython Shell was initially released in 2001.

Web page: ipython.org

Last update: 11/11/2019 8:10 PM UTC

How easy to press shortcuts: 90%

More information >>

Shortcut count: 21

Platform detected: Windows or Linux

Similar programs



User operations

Add IPython Shell to your list of favorites

Advertisement


What is your favorite IPython Shell hotkey? Do you have any useful tips for it? Let other users know below.


 
No comments yet. Ask, or type the first one!