Jupyter Notebook is an open-source web application which runs on python that allows you to create and share documents. It contains code, equations, graph visualizations, markdown text. It is a very popular tool among programmers, data scientists, researchers as it provides an interactive environment for data analysis and visualization.
Steps mentoned here will work in Linux, Max and Windows systems.
Jupyter Notebook allows you to share your code, data, and analysis with others. You can easily export your notebooks to HTML, PDF, and other formats, and even GitHub supports this ipybn format.
To install Jupyter Notebook
pip install jupyter
Jupyter Notebook Extensions
You can add additional features to jupyter notebook by using
How to run the Jupyter Notebook?
Open terminal or command prompt, go to the directory where you want to work on, then type this command, it trigger jupyter server and will open in a browser tab.
jupyter notebook
Learn more
Python try exception tutorial
SOCIAL SHARE CARD GENERATOR