Skip to content

Commit

Permalink
update jupyterversion to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
boecklic committed Oct 15, 2019
1 parent 3e0eb6e commit 8c76a45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ RUN pip install setuptools \
# and some other extensions:
# - geojson-extension:
# - drawio: create and edit draw.io drawings directly in jupyterlab
# - celltags: tag cells (e.g. with 'hidden' to exclude from export)
COPY requirements.txt /tmp/
RUN pip install -r /tmp/requirements.txt && \
pip install --force-reinstall --no-cache-dir jupyter && \
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ipykernel==5.1.0
jupyterlab==0.35.6
jupyterlab==1.1.4
#jupyterlab==1.0.1
# OWSLib requires python-dev
OWSLib==0.17.0
Expand Down

0 comments on commit 8c76a45

Please sign in to comment.