A Brave New World: Jupyter Programming Systems

Jupyter is a web-based user interface that allows the user to access editors, Jupyter Notebooks, terminals, and a lot more. It is useful for the production of interactive documents for statistical modeling, data science, and data visualization.
Jupyter supports PDF, images, JSON, and CSV files, amongst others. It provides a sidebar with tabs indicating use as a manager for files, a notebook editor of metadata, and a kernel manager.
When writing code using Jupyter Notebooks, the user is provided an interactive experience: code can be seen and modified as it is being written, and the results are seen immediately. The qualities …