May 2018
Intermediate to advanced
380 pages
9h 37m
English
IPython can be installed simply via pip, but you may have to install setuptools first:
$ pip install ipython
IPython is also available as part of Anaconda, a data science/machine learning distribution of Python. In addition to IPython, Anaconda provides a large number of packages for science, data analysis, and artificial intelligence work.
If you are not using a pre-built environment such as, Anaconda, to incorporate Jupyter functionality with IPython, use the following commands:
$ python -m pip install ipykernel $ python -m ipykernel install [--user] [--name <machine-readable-name>] [--display-name <"User Friendly Name">]