Header Ads

How to Download and Install Jupyter in Windows 10

Installation of Jupyter
If you are talking about Data Science or Data Engineering, Jupyter is very popular and very common software which support scientific computing across all programming languages. So here we will see how to download in install jupyter in Windows using following steps:

Step 1:

Go the python.org website, then click on Download Tab and select Windows

Python.org


Step 2:

Here we are using Stable Version of Python, if there is any updated version comes you can you download it. Click on Windows installer (64-bit) and download.

Download Python Stable Version


Step 3:

Our download Steps are done, now move to the installation. As you double click on software, Installation setup will be started, you need check on both information and then click on Install Now

Install Python 3.9

Setup Progress

Setup was successfully Installed


Step 4:

After installation of Python, first we have to check python version then we will install Jupyterlab using pip. These are some steps we need to follow the code step by step and be careful. 

  1. python --version (Check Python Version)
  2. pip install jupyterlab (Installation of jupyterlab - wait 2 - 5 mins)
  3. pip install jupyterlab (retype)
  4. pip install jupyter notebook
  5. Now copy the path from C:\Users\Dell..........pip and paste after completion of jupyter notebook and Enter.

pip install jupyterlab

pip install jupyterlab

pip install jupyter notebook

copy installation of jupyter path

Step 5:

Now create a folder on Desktop name Jupyter

Create folder named jupyter


Step 6:

Open the folder, click on path and type cmd. Command Prompt window will be open

go to the jupyter path

Step 7:

Now type --> jupyter notebook and press enter.

Jupyter Notebook


Step 8:

Wait 5 - 10sec, your browser will be open with jupyter notebook (localhost). Create your new notebook the start coding.. 

Jupyter Localhost

Create Notebook on Jupyter

Start Coding on Jupyter Notebook


If you have any query regarding this article, you can ask me or comment below. 

No comments:

Thank you for your comment...!

Powered by Blogger.