mirror of
https://github.com/heyarne/earth-observation-for-journalism.git
synced 2026-05-06 19:13:40 +02:00
Add logo, add intro to chapter one, add note about hardware requirements
This commit is contained in:
parent
1edba6c494
commit
4eb4079bfd
50 changed files with 37 additions and 28 deletions
|
|
@ -11,7 +11,8 @@ ENV JUPYTER_ENABLE_LAB=yes
|
|||
RUN conda install -c conda-forge geopandas==0.8.1 && \
|
||||
pip install \
|
||||
descartes==1.1.0 sentinelsat==0.14 rasterio==1.2.0 folium==0.11.0 \
|
||||
jupyterlab-spellchecker \
|
||||
jupyter-book 0.10.0 && \
|
||||
jupyterlab-spellchecker nbdime \
|
||||
jupyter-book==0.10.0 && \
|
||||
fix-permissions $CONDA_DIR && \
|
||||
fix-permissions /home/$NB_USER
|
||||
fix-permissions /home/$NB_USER && \
|
||||
nbdime extensions --enable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue