ipython installation

1. Installation

pip install ipython

If the following error occurs during installation

’‘’_scandir.c:14:20: fatal error: Python.h: No such file or directory
#include <Python.h>
^
compilation terminated.
error: command 'gcc' failed with exit status 1

----------------------------------------
Failed building wheel for scandir‘’‘

Please install python-devel

yum install python-devel

2, Introduction to ipython

ipython is a comprehensive interactive programming environment, which is much more powerful than the interactive environment that comes with python. Especially in the fields of simple code verification, scientific computing and so on. Its main functions are as follows:

a, tab key auto-completion.

b, a web-based interactive environment that allows multiple clients to connect to the kernel, which is the Notebook.

c, Interactive parallel computing.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325848365&siteId=291194637