Creating startup files for jupyter notebooks in binder

We have config files called postBuild and start that are basically bash scripts that could be used to perform tweaks to the environment before your user arrives.

https://repo2docker.readthedocs.io/en/latest/config_files.html#postbuild-run-code-after-installing-the-environment

I would also look into voila for generating the webpage from the Notebook

https://voila.readthedocs.io/en/stable/deploy.html#deployment-on-binder

3 Likes