Publishing Julia Jupyter notebooks with Docker and GitHub actions

1 · Wen Wei Tseng · April 11, 2022, 3:57 p.m.
This note will demonstrate How to use Docker to build a Julia and Jupyter notebooks runtime environment for continuous integration (CI). How to use GitHub actions and the Docker container to execute notebooks in parallel. How to use GitHub actions and jupyter-book to publish notebooks automatically upon changes are pushed to GitHub. ...