Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit f5ccfd0

Browse files
authored
update nbdime to 2.1.x
1 parent c4bb300 commit f5ccfd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter-all-spark/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN apt-get update && \
1313

1414
USER $NB_UID
1515

16-
RUN pip install jupyterlab-code-formatter==1.3.* autopep8==1.5.* isort==4.3.* nbdime==2.0.* && \
16+
RUN pip install jupyterlab-code-formatter==1.3.* autopep8==1.5.* isort==4.3.* nbdime==2.1.* && \
1717
jupyter labextension install @ryantam626/jupyterlab_code_formatter@^v1.3.6 --no-build && \
1818
jupyter labextension install @jupyterlab/toc@^v3.0.0 --no-build && \
1919
jupyter labextension install jupyterlab-python-file@^v0.4.0 --no-build && \

0 commit comments

Comments
 (0)