Initial Tasks:
Our website is: https://research-it.manchester.ac.uk/
We provide:
For help and support use the Support Centre
Strengthening python knowledge, oriented towards python numerical tools
We will not teach all of Python or all data analysis with Python
The aim is to teach you enough, so you know how to find out more
Launch Virtual Machine (see chat window for link)
Use firefox or chrome as your browser
Select the RDP connection
Select "standard setup" when prompted
Course material is on the VM Desktop (in swc-python)
Click the Jupyter icon on the desktop to start your notebook
Using Jupyter:
Launch Terminal from the Start Menu
Change to your working directory
cd [location]
Start Jupyter program
jupyter notebook
(this will start a firefox instance - wait for this to load)
Using Spyder:
Launch Terminal from the start menu
install spyder (in a new environment) using conda:
conda create -n spyder spyder
start new environment
. activate spyder
start spyder
spyder