Jupyter notebook is an interactive web-based application used for capturing the whole computation process – developing, documenting, and executing code. Jupyter notebook is a part of the larger Jupyter project that also includes jupyter hub and jupyter lab. Jupyter notebook supports kernels in many languages like python, pyspark, R, Julia among a few. Jupyter notebooks […]