Appendix C. Using Jupyter Notebook: A web-based interactive Python editor
C.1 The essential ideas behind Jupyter Notebook
You may have some firsthand experience in using the Read Evaluate Print Loop (REPL) to facilitate your Python learning process, probably using the Integrated Development and Learning Environment (IDLE), the Python editor that comes with the installation of Python (appendix B online). You have several other options for writing Python code, however, including Jupyter Notebook, a popular option that’s suitable for Python coders at all levels. In this section, I briefly review how Jupyter Notebook works and discuss major variations of Python editors that are built on Jupyter Notebook.
Jupyter Notebook is a web-based interactive ...
Get Python How-To now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.