Instructions tested with Windows 10 64-bit and Continuum’s Anaconda3 2022.05

Table of Contents

Instructions

Install Gnu On Windows

1. Download and install Gnu On Windows (Gow) from https://github.com/bmatzelle/gow/releases/download/v0.8.0/Gow-0.8.0.exe. Select the default options when prompted during the installation of Gow.

Install Anaconda and Jupyter Notebook

1. Downloads and install Anaconda from https://repo.anaconda.com/archive/Anaconda3-2022.05-Windows-x86_64.exe. Select the default options when prompted during the installation of Anaconda.

2. Open “Anaconda Prompt” by finding it in the Windows (Start) Menu.

3. Type the command in red to verified Anaconda was installed.

> python --version
Python 3.7.3

4. Type the command in red to update Anaconda.

> conda update --all --yes

Start Jupyter Notebook

1. Type the command in red to start Jupyter Notebook.

> jupyter notebook