https://snowex-hackweek.github.io/website
- Log onto http://snowex.hackweek.io (you need to be a member of https://github.com/snowex-hackweek)
- Clone this repository
git clone https://github.com/snowex-hackweek/website
- Navigate to tutorial notebook you want to run:
cd website/book/tutorials/raster
If you have Docker installed on any machine you can also run tutorials:
git clone https://github.com/snowex-hackweek/website
cd website/book/tutorials
docker run -it --name SNOWEX -p 8888:8888 -v $PWD:/home/jovyan uwhackweek/snowex:latest jupyter lab --ip 0.0.0.0
The repository comes with a preconfigured GitHub Actions script so that any commits to the main
branch are deployed the the GitHub Pages hosted website.
To add a tutorial as a jupyter notebook under ./book/tutorials, you'll want to use a consistent environment. The best approach for this is to use a Docker Image (this ensures tutorials run in the same environment whether it is your laptop, the event JupyterHub, or some other server):
git clone https://github.com/snowex-hackweek/website
cd website
docker run uwhackweek/snowex:latest -v $PWD:/home/jovyan jb build book