Jupyter Notebook is a tool that lets you write and run Python code step by step in your web browser.
1. Open the website: https://jupyter.org/
2. To install the Jupyter notebook, type the following command in Git Bash tool and press ENTER key:
pip command is used to install Jupyter Notebook on your computer, which is Python’s package manager.
After 1-2 minutes, Jupyter notebook is installed successfully.
1. To Launch Jupyter notebook, type following command in Git Bash:
2. Jupyter Notebook is running successfully:
3. Copy the URL < http://127.0.0.1:8888/tree?token=... > :
4. Paste into Chrome browser and Press ENTER Key:
That confirms Jupyter Notebook is working properly.
It means, now you can create and run .ipynb files using Python!
Note: Don’t close the Git Bash window while using Jupyter.