Contributing (Advanced)#
Building the book#
If you’d like to build the book yourself you should:
Fork this repository
Run
mamba env create -f ci/envs/coastal.yml
Run
mamba activate coastal
Run
jupyter-book build book
A fully-rendered HTML version of the book will be built in
book/_build/html/
.
Known issue: If you use nb_conda_kernels
to expose your environments, you might run
into kernelspec errors when building the book. Until this
issue is fixed, a
workaround is to add the environments manually to the kernselspec:
Run
mamba activate coastal
Run
python -m ipykernel install --user --name conda-env-coastal-py --display-name "conda-env-coastal-py"
Propose changes#
We welcome pull requests!