Jupyters
Jupyter, often referred to as Project Jupyter, is a non-profit organization that develops and supports open-source software, standards, and services for interactive computing. The most well-known project under the Jupyter umbrella is the Jupyter Notebook, an open-source web application that allows users to create and share documents that contain live code, equations, visualizations, and narrative text. These documents, called "notebooks," are executed in a web browser and can be used for data cleaning and transformation, numerical simulation, statistical modeling, data visualization, machine learning, and much more.
The Jupyter Notebook is built around the concept of a kernel, which is a program that runs
The interactive nature of Jupyter notebooks allows for a highly iterative workflow. Users can write a piece