Skip to content

Commit

Permalink
Nbzip add back (#204)
Browse files Browse the repository at this point in the history
* add nbzip back to the hub

* try to fix download button
  • Loading branch information
Leah Wasser committed May 6, 2020
1 parent d10e4ba commit b9239ef
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions user-images/ea-hub/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ RUN conda install -c conda-forge nbgitpuller \
&& jupyter serverextension enable --py nbgitpuller --sys-prefix

# Setup nbzip - this allows students to download files from the hub
RUN pip install --no-cache --upgrade --upgrade-strategy only-if-needed \
nbzip==0.1.0 \
&& jupyter serverextension enable --py nbzip --sys-prefix \
&& jupyter nbextension install --py nbzip --sys-prefix \
&& jupyter nbextension enable --py nbzip --sys-prefix
RUN pip install git+https://github.com/ryanlovett/jupyter-tree-download.git

# Setup nbgrader + extensions
RUN jupyter nbextension install --sys-prefix --py nbgrader --overwrite \
Expand Down

0 comments on commit b9239ef

Please sign in to comment.