上QQ阅读APP看书,第一时间看更新
IPython and Jupyter Notebook
So far we have executed Python from the command line or Terminal. This is the default Read-Eval-Print-Loop (REPL) that comes with Python. This can be used to run all the examples in this book, but the book will use IPython for statements in the text and the code package Jupyter Notebook. Let's take a brief look at both.