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

Fix Live Code/Binder for course #87

Open lannelin opened 2 years ago

lannelin commented 2 years ago

Fix Live Code (Thebe) and Binder for course so all code cells in taught pages run in Live Code and all hands-on notebooks execute in Binder.

Currently:

lannelin commented 2 years ago

Hacky fix for teaching: if we want to use Live Code we can ask the participants to change directory in first cell on page. E.g., for module 2:

import os
os.chdir("./coursebook/modules/m2")