I am trying to open this file called inflammation-01.csv. The full activity can be found here
https://swcarpentry.github.io/python-novice-inflammation/02-numpy/index.html.
It carries on saying that it cannot find the specifed file.
import numpy
fname= ('inflammation-01.csv')
numpy.loadtxt(fname, delimiter=',')
Thank you for any help.