Note:In the next lecture we're going to use an enhanced Python interactive shell called IPython. IPython is just like the normal shell you get when you run python
, but it provides better printingof large output. This makes IPython suitable for data analysis as it prints data in a well structured format. You can install IPython with pip:
pip install ipython
or
pip3 install ipython
or
python3 -m pip install ipython