Jupyter Notebooks is an excellent tool for keeping a working log of a statistical analysis for the sake of organization, ease of viewing, and for sharing with fellow data professionals. Below is an example of a statistical analysis using Jupyter Notebooks, utilizing the classic iris dataset.
The Iris dataset contains measurements of four features (sepal length, sepal width, petal length, and petal width) for 150 iris flowers, with each flower belonging to one of three species: setosa, versicolor, and virginica.