Try   HackMD

2024-01-30-NCL Programming with Python

This document:

https://hackmd.io/@rseteam-ncl/2024-01-30-NCL

Find More Workshops:

https://rse.ncldata.dev/events
https://www.n8research.org.uk/
https://www.archer2.ac.uk/training/courses/240123-software-carpentry/

Attendance:

Please sign in using your university email and your name:

  1. g.mcmurchy2@newcastle.ac.uk - Gareth McMurchy
  2. j.u.hwang2@newcastle.ac.uk - Jaun Hwang
  3. W.S.S.Al-Nofli2@newcastle.ac.uk - Waleed Al-Nofli

6
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.

JupyterHub:

http://172.167.248.222/

We asked for your uni login when you registered. Please use that to login - it is case sensitive. You don't have a password yet. The password you enter the first time you log in will become your password.

Getting the data we need for today:

In a terminal (bash shell)

wget http://swcarpentry.github.io/python-novice-gapminder/files/python-novice-gapminder-data.zip
unzip python-novice-gapminder-data

From a Jupyter notebook

!wget http://swcarpentry.github.io/python-novice-gapminder/files/python-novice-gapminder-data.zip
!unzip python-novice-gapminder-data