Using Binder to build a virtual environment for reproducibility
March 18, 2024
Docker has made building web applications much easier than before. For literate programming and teaching reproducibility, this means virtual environments can be built with the specific versions of software we want, allowing us to experiment with e.g. Jupyter notebooks and R Markdown in a “clean” environment, and not allowing one to claim that “it doesn’t work on my machine”.