1.4.1 Jupyter Notebook
The Jupyter Notebook is an interactive environment for running code inthe browser. It is a great tool for exploratory data analysis and iswidely used by data scientists. While the Jupyter Notebook supports manyprogramming languages, we only need the Python support. The JupyterNotebook makes it easy to incorporate code, text, and images, and all ofthis book was in fact written as a Jupyter Notebook. All of the codeexamples we include can be downloaded fromhttps://github.com/amueller/introduction_to_ml_with_python.
Comments