Jupyter Notebook is an application widely used in Data Science domain for creating and sharing documents that contains Live code, Equations, Visualizations, and Explanatory text.
While Jupyter runs code in many programming languages, Python is a requirement(Python 3.3 or greater, or Python 2.7) for installing Jupyter Noteboook.
Installing Jupyter Notebook using Conda
conda
We recommend installing Python and Jupyter using the conda package manager. The miniconda distribution includes a minimal Python and conda installation.