Skip to content

Latest commit

 

History

History
30 lines (28 loc) · 643 Bytes

File metadata and controls

30 lines (28 loc) · 643 Bytes

Lecture6

The code and slides for lecture 6 of OIT-Intro-to-Applied-Computing

Set up the environment

python –version
pip --version

Python should be 3.13.5 and pip should be 25.1.1 followed by the install directory

pip install jupyter

If this gives a PATH warning add the suggested directory to your path

Then go to your home directory which is usually C:\Users(your initials} then type

mkdir develop
cd develop
git clone https://github.com/pinfold/Lecture6/
cd Lecture6

Now create a Python virtual environment

python3 -m venv jupyter
jupyter\Scripts\activate

Then start jupyter lab

jupyter lab