Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 804 Bytes

File metadata and controls

32 lines (18 loc) · 804 Bytes

Python Workshop

First session

Step 1

Install python from Python.org, Check the checkbox to add python to PATH.

Step 2

Open powershell or terminal and type python --version to verify that python is installed.

Step 3

Create a virtual envoriment with python -m venv venv and activate it with venv\Scripts\activate

If an Execution Policy is set, run the following command: Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned

Try the pervious command again

Step 4

Install Jupyter with the command pip install jupyter.

Step 5

Run jupyter-lab

Second session

Just activate the virtual env (step 2)

recorded video

Link