gwu-libraries / python-camp

Repo for lessons, homework, and course dev materials
2 stars 3 forks source link

Add MyBinder option #45

Open dolsysmith opened 1 year ago

dolsysmith commented 1 year ago

Option to load the notebook either in JupyterHub or Binder (as backup).

Loading of data should use urlretrieve or similar, so that the notebook will run even in the absence of the repo itself.

dolsysmith commented 1 year ago

Note that JupyterBook doesn't currently support more than one option at a time for remote code execution.