We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be0d51 commit 02d804dCopy full SHA for 02d804d
datascience/Dockerfile
@@ -21,6 +21,9 @@ RUN conda install \
21
RUN pip install \
22
requests-html \
23
nbresuse==0.3.3 \
24
+ geopandas \
25
+ folium \
26
+ ipyleaflet \
27
nbgitpuller && \
28
jupyter serverextension enable --py nbresuse --sys-prefix && \
29
jupyter nbextension install --py nbresuse --sys-prefix && \
0 commit comments