Jupyter
notebook
is a web-based application that allows a user to write and share code easily.
In jupyter notebook, a user can
write code, display output, and insert visualisations
and documentation.
In jupyter notebook, a user can write and execute code in
python, scala, R, etc.
Jupyter notebook can be installed by typing
pip install jupyter
Jupyter notebooks are frequently used by
data engineers and data scientists
to explore the dataset.
Click to learn more