The language tool uses the Jupyter notebook__ language tool in Pycharm

Source: Internet
Author: User
Tags close page jupyter jupyter notebook

How to use the Pycharm: http://blog.csdn.net/xiemanr/article/details/71837385

Ipython Use Tutorial: http://blog.csdn.net/lee_j_r/article/details/52791228

Ipython Official website: https://ipython.readthedocs.io/en/stable/

Jupyter's ipynb file turns to Python (. py) files for each other:

File->download As->python (. py)

My records:

In (Pycharm) Ipython: New Notebook file: file-new...-jupyter in python console: The ENTER key is run code, Shift + ENTER for line wrapping Plt.plot?? Ctrl+enter can view the implementation of Plt.plot

In Jupyter, enter to Shift+enter for the next cell in[] Ctrl+enter to run the program Alt+enter: Execute the cell code, new and move to the next cell tab complement full function name shift+ Tab: View function parameters Ctrl + S Save document

Jupyter Notebook has two types of keyboard input modes. Edit mode, which allows you to type code or text into the cell, and the cell border is green. Command mode, keyboard input to run the program command, at which point the cell border is gray.

Press ESC to open command mode:

Enter: Move 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 below it Y: Unit into Code State M: Unit into markdown State R: Unit into RAW State 1: Set the 1 level Heading 2: Set 2 level Heading 3: Set 3 level Heading 4: Set 4 level Heading 5: Set 5 level Heading 6: Set 6 level heading up: Select the top unit K: Select the upper cell: check the top unit down  Square Unit J: Select the lower unit shift-k: Enlarge the selected upper unit shift-j: Enlarge Select the lower unit A: Insert a new cell above: Insert a new cell in the lower part X: Cut the selected cell C: Copy selected cells Shift-v: Paste to Upper cell V : Paste into Unit Z: redo the Last cell deleted d,d: Delete selected cells Shift-m: Merging selected cells Ctrl-s: File disk S: File save L: Convert line number O: Convert output shift-o: Transformation output scrolling ESC: Close page Q: Close page H: Show shortcut keys help i,i: Break notebook kernel 0,0: Reboot notebook kernel Shift: Ignore shift-space: Scroll up space: Scroll downedit mode (Enter key to start)TAB: Code completion or indentation SHIFT-TAB: Hint-CTRL]: Indent ctrl-[: Undo Indent ctrl-a: Select all ctrl-z: Restore ctrl-shift-z: Redo ctrl-y: Do Ctrl-home again: jump To the beginning of the cell ctrl-up: jumps to the beginning of the cell Ctrl-end: jumps to the end of the cell Ctrl-down: jumps to the end of the cell Ctrl-left: jumps to the left one word first ctrl-right: jumps to the right one word first ctrl-backspace: Deletes Previous word ctrl-delete: delete the following word Esc: Enter command mode ctrl-m: Enter command mode shift-enter: Run this unit, select Next unit ctrl-enter: Run this unit alt-enter: run this unit, in Insert a cell ctrl-shift--: Split unit ctrl-shift-subtract: Split unit ctrl-s: File save Shift: Ignore up: Move the cursor up or into the previous cell down: Move the cursor down or into the next unit

Reference:

Https://www.cnblogs.com/zhizhan/p/5660031.html

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.