/interactive-notebooks-environment

The environment and dependencies for LADAL's interactive notebooks.

Primary LanguageRApache License 2.0Apache-2.0

interactive-notebooks-environment

This repository holds the environment and dependencies for LADAL's interactive notebooks, allowing the separation of content and dependencies and avoiding long build times when only content is changing.

The important files are:

install.R : for R libraries. runtime.txt : for the R version apt.txt : for any system dependencies

Note that requirements.txt and postBuild are necessary for the nbgitpuller process to work, and should not be removed.

Building new Binder URLs based on this environment

This uses the nbgitpuller tool to implement the suggested strategy of separating the dependencies and content into separate repositories. You can create a new content repository based on this set of dependencies using the nbgitpuller URL constructor.