RSE-Sheffield / software_engineering_best_practices

http://rse.shef.ac.uk/software_engineering_best_practices/
Other
4 stars 1 forks source link

Consider using Binder #18

Open DennisReddyhoff opened 3 years ago

DennisReddyhoff commented 3 years ago

We can use binder to build a JupyterHub for the full repo:

https://mybinder.org/v2/gh/RSE-Sheffield/software_engineering_best_practices/714d5aefe52b0143e96b3325a48727f266cf00fe

Can also use a pretty button:

Binder

We can then link back to the repo for those that want to install on their own machine using conda

davidwilby commented 3 years ago

Whilst I had mentioned earlier that the material needs files to be written out and that might be a mark against using binder, I've noticed that the notebooks use the ipython/jupyter magic %%writefile arrays.py to write out files.

Meaning that running this in binder is a reasonable option