iPython Intro
What is Ipython?
iPython provides a rich architecture for interactive computing with:
- A powerful interactive shell
- A kernel for Jupyter
- Support for interactive data visualization and use of GUI toolkits
- Flexible, embedded interpreters to load into your own porjects
- Easy to use, high performance tools for parallel computing
This book was entirely written with the ipython notebook called Jupyter as you can see
Lets go on
NEXT
iPython installation