alan-turing-institute / rds-course

Materials for Turing's Research Data Science course
https://alan-turing-institute.github.io/rds-course/
31 stars 13 forks source link

Error in coursebook build (can't find file) #90

Closed ots22 closed 2 years ago

ots22 commented 2 years ago

Result of third cell in this section has

...
No such file or directory: './data/UKDA-7724-csv/csv/eqls_2011.csv'
lannelin commented 2 years ago

@callummole @crangelsmith Doesn't seem to affect the rest of the cells on this page. Might just be good to be aware of, for now, so you're not surprised when teaching.

Long term fix could be:

callummole commented 2 years ago

This has been fixed in this commit by adding exclude_patterns to the execute field in the config file

We now do not execute the notebooks that rely on the data file, and instead build with the saved output. This requires that you have ran these locally before building the notebook.