Downloading and Installing Python.
Download python3.9.1
Step 1: Go to the following link https://www.python.org/downloads/
Step2 :Click on download for windows, if you are using windows software.
Save the file.
Downloading is complete.
Installation
The installation is simple.
Step 1: Double click on Python3.9.1 icon in your download page.
Step 2: Enable all the check box.Click next.Ensure Install now for all users and add python3.9 to path is checked.
Step 3: Click on Install now.
This might take a while.
Set up successful window will be displayed.
That's IT!
To verify correct installation of python
Step1: Go to command prompt.
Step2:Type python --version (This will display the current version of python you have installed)
Download Jupyter notebook.
Step1: Update pip
python -m pip install --upgrade pip
This will install the newest version of pip.
Step2: command to install jupyter
python -m pip install jupyter
This might take a while.
After downloading files and installation, type
jupyter notebook
or in windows search bar type jupyter notebook
to open jupyter.
How to update pip for jupyter
ReplyDelete