Here are the steps to install Jupyter Notebook on Windows:
- Install Anaconda: Jupyter is included in the Anaconda distribution, which can be downloaded from the official website (https://www.anaconda.com/products/distribution)
- Open Anaconda Navigator: Click on the Windows start button and search for “Anaconda Navigator”.
- Launch Jupyter Notebook: Once the Anaconda Navigator is open, click on the “Jupyter Notebook” option under “Home”.
- Start a new notebook: Click on the “New” button at the top right corner, select “Python 3” and a new notebook will be created.
You are now ready to use Jupyter Notebook on your Windows machine.
manual method: You can follow below instruction to perform direct install
Jupyter Notebook is an open-supply web application that permits you to create and proportion files that incorporate live code, equations, visualizations, and narrative textual content. Uses consist of records cleaning and transformation, numerical simulation, statistical modeling, records visualization, device getting to know, and plenty extra.
Jupyter has help for over forty distinctive programming languages and Python is one in every of them. Python is a requirement (Python three.Three or extra, or Python 2.7) for putting in the Jupyter Notebook itself.
To install Jupyter Notebook using Git Bash and Python, you need to follow these steps:
- Open Git Bash.
- Check if Python is installed by running this command:
Copy codepython --version
- If Python is not installed, you can download and install it from https://www.python.org/downloads/.
- Upgrade pip, the Python package manager, by running this command:
Copy codepython -m pip install --upgrade pip
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
pip install jupyterlab
python -m pip install jupyter
jupyter notebook
Hit url : http://localhost:8888/