Exploratory Data Analysis
Jupyter Notebook allows users to view the results of the code in-line without the dependency of other parts of the code. In the notebook, every cell of the code can be potentially checked at any time to draw an output. This make Jupyter Notebook extremely useful for exploratory data analysis (EDA) process.