Jupyter Notebook is an open-source web application to record, create and share computational documents. It is an interactive computing platform and utilizes Python. Jupyter Notebook can be used to compute and analyze mathematics and physical sciences data. It offers a simple, streamlined, document centric experience.
Two common ways to install Jupyter notebooks
1) Using Anaconda:
Anaconda is an open-source software that includes Python and Jupyter notebooks, and many other scientific computing utilities. To install Anaconda, go to Anaconda and download the latest Python version on your computer.
Once finished installing, open the Anaconda navigator.
Click the 'launch' button on the Jupyter Notebooks section. It would open another window in your browser such as:
2) PIP
Pip is the package installer for Python.
Install the Jupyter Notebook with the following commands:
pip install notebook
To run the notebook:
jupyter notebook
More information on this installation method can be found here:
Install Jupyter
For finding more information on installation, the following links can be helpful:
Using math functions, or plotting more than one graph.
Learn more about Plotting here:
Making-plots-Jupyter-notebooks
Draw-graphs-Jupyter-notebooks