Skip to content

Commit

Permalink
upgrade nbgrader to 0.6.2, keep nbconvert pinned to <6
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorcampbell committed Sep 17, 2021
1 parent 02047e7 commit ff22394
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion r-dsci-100/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Copyright (c) UBC-DSCI Development Team.
# Distributed under the terms of the Modified BSD License.
#
ARG BASE_CONTAINER=jupyter/r-notebook
FROM $BASE_CONTAINER

Expand Down
2 changes: 1 addition & 1 deletion r-dsci-grading/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ USER root
RUN conda install --quiet --yes -c conda-forge rise

# install nbgrader extension
RUN pip install nbgrader==0.6.1
RUN pip install nbgrader==0.6.2
RUN jupyter nbextension install --sys-prefix --py nbgrader --overwrite
RUN jupyter nbextension enable --sys-prefix --py nbgrader
RUN jupyter serverextension enable --sys-prefix --py nbgrader
Expand Down

0 comments on commit ff22394

Please sign in to comment.