windows10 installation ipython

How to install Win10 IPython? (Other versions of Windows, such as win7, win8 / 8.1 also common) I have this method is relatively simple configuration environment variables to knock a few lines of command on the line.
IPython premise installation of Python is already installed and configured the pip tools and environment variables.
Once configured, it is recommended that you upgrade pip (This step can be skipped)

in Windows CMD in execution:
Python install -m -U PIP PIP
me is Win10, if you have installed the latest version, run "python -m pip install -U pip ", you will be prompted to" Requirement already up-to-date ... "

 


Step 5: pip install IPython, command "pip install ipython"

 

I have installed, so when you run the command prompt will have been installed, not installed, then installation will help you.

Once installed, you can then run the installation command "pip install ipython", to see whether to prompt already installed, or enter "ipython", then enter "str.", Then press the Tab key to see whether there is intelligent completion, to test ipython whether installed correctly.

Guess you like

Origin www.cnblogs.com/fusheng11711/p/11125631.html