Add headlines to all notebooks

This commit is contained in:
heyarne 2021-03-01 16:09:44 +00:00
commit b0d9d1336d
14 changed files with 843 additions and 401 deletions

View file

@ -8,11 +8,10 @@ ENV SCIHUB_PASSWORD=""
ENV JUPYTER_ENABLE_LAB=yes
# See https://jupyter-docker-stacks.readthedocs.io/en/latest/using/recipes.html#using-pip-install-or-conda-install-in-a-child-docker-image for more info
RUN conda install -c conda-forge geopandas==0.8.1 && \
pip install \
RUN conda install -c conda-forge geopandas==0.8.1
RUN pip install \
descartes==1.1.0 sentinelsat==0.14 rasterio==1.2.0 folium==0.11.0 \
jupyterlab-spellchecker nbdime \
jupyter-book==0.10.0 && \
fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER && \
nbdime extensions --enable
jupyterlab-spellchecker \
jupyter-book==0.10.0
RUN fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER