11/22/21, 2:21 PM Install Python and Jupyter Notebook to Windows 10 (64 bit) | by Kalhari Walawage | Medium
Check the installation by running “Idle”
[Link] 1/11
11/22/21, 2:21 PM Install Python and Jupyter Notebook to Windows 10 (64 bit) | by Kalhari Walawage | Medium
6. Set “Python37” path and “Python37/Scripts” path to environment
variable
Location of the “Python37/Scripts” folder
[Link] 2/11
11/22/21, 2:21 PM Install Python and Jupyter Notebook to Windows 10 (64 bit) | by Kalhari Walawage | Medium
Set environment variable
7. Open command prompt and check the python version using “python -
-version”
[Link] 3/11
11/22/21, 2:21 PM Install Python and Jupyter Notebook to Windows 10 (64 bit) | by Kalhari Walawage | Medium
8. Install pip using “pip install virtualenv”
9. Upgrade pip using “python -m pip install -upgrade pip”
[Link] 4/11
11/22/21, 2:21 PM Install Python and Jupyter Notebook to Windows 10 (64 bit) | by Kalhari Walawage | Medium
10. Create a virtual environment called opencv (“virtualenv opencv”)
11. Move to Scripts folder and activate opencv virtual environment using
“[Link]”
[Link] 5/11
11/22/21, 2:21 PM Install Python and Jupyter Notebook to Windows 10 (64 bit) | by Kalhari Walawage | Medium
12. Install numpy using “pip install numpy”
13. Install OpenCV using “pip install opencv-python”
[Link] 6/11
11/22/21, 2:21 PM Install Python and Jupyter Notebook to Windows 10 (64 bit) | by Kalhari Walawage | Medium
14. Install Matplotlib using “pip install matplotlib”
[Link] 7/11
11/22/21, 2:21 PM Install Python and Jupyter Notebook to Windows 10 (64 bit) | by Kalhari Walawage | Medium
15. Install Jupyter using “python -m pip install jupyter”
[Link] 8/11
11/22/21, 2:21 PM Install Python and Jupyter Notebook to Windows 10 (64 bit) | by Kalhari Walawage | Medium
16. Run Jupyter Notebook using “jupyter notebook”
17. Start the notebook server and popup dashboard in browser using
“localhost:8888/tree” url
[Link] 9/11
11/22/21, 2:21 PM Install Python and Jupyter Notebook to Windows 10 (64 bit) | by Kalhari Walawage | Medium
Notebook Dashboard
18. Create your first notebook using dashboard
In upper right, Select New → Python 3
[Link] 10/11
11/22/21, 2:21 PM Install Python and Jupyter Notebook to Windows 10 (64 bit) | by Kalhari Walawage | Medium
New notebook is opened in new tab of web browser ([Link])
Python Jupyter Notebook Opencv Python Python Matplotlib Virtualenv
[Link] 11/11