📚 Week 01 Lab - Preparation
2025/26 Winter Term
Before coming to the Week 01 lab, please complete the following preparation tasks:
Follow the instructions on the Getting Ready page to set up your computer.
If you are new to Python, please book a place on the in-person Python workshops offered by the LSE Digital Skills Lab (head to the Training and Development System and select Python Pre-Sessional Workshops).
Create a directory on your computer dedicated to this course (you can name it
DS202W). Within it, create subfolders: ascriptssubfolder (to put your notebooks into) and adatasubfolder (to put your data into). Put thesetup.ipynbnotebook mentioned in the Getting Ready page in thescriptssubfolder you’ve just created.Using Terminal/Command Line/Powershell commands, change your current directory to the
scriptsdirectory (cdcommand+ relative path)(Optional but highly recommended) Create a new
condaenvironment:conda create --name DS202W conda init conda activate DS202WRun
setup.ipynbto installnumpy,pandasandscikit-learnin theDS202Wenvironment (or thebaseenvironment if you’ve skipped step 5).Install the
lets-plotlibrary withpip. On the terminal/Command line/Powershell, type:pip install lets-plotCheck the roadmap of the 📚W01 lab to see what to expect from the upcoming lab.
Got any problems with the above? Post a message on the
#helpchannel on Slack (invite coming any moment now!). If instructors are not available, other colleagues may be able to help you.
