Data analysis using python: "IPython"

Source: Internet
Author: User
Tags jupyter

First, Ipython basic functions
1. Ipython is an interactive python command line
2. Installation and use

1 # Installation: Pip install Ipython 2 # use: Ipython is consistent with Python interpreter usage

Note: Readers who want to learn machine learning are strongly advised to install Anaconda (including NumPy, pandas, etc.)

Second, Ipython advanced features
1. Basic use

# -TAB key Auto-complete # -?: Introspection, Namespace search # -!: Execute system Command # -rich shortcut keys

2. Magic Command: Command starting with%

# %run: Execute file code # %paste: Execute clipboard code # %timeit: Evaluation run time # %pdb: Automatic commissioning

3, IPython Notebook

#using the command history#get input and output results#Catalog Labeling System#IPython Notebook##################In []: 3+2#out[28]: 5#In []: _#out[29]: 5#In [+]: __#out[30]: 5#In [to]: ___#out[31]: 5

4, Installation Jupyter

# pip Install Jupyter

Third, Ipython shortcut keys

Iv. Magic commands commonly used by Ipython

V. Ipython Debugger Commands

Data analysis using python: "IPython"

Related Article

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.