Skip to content
Snippets Groups Projects
Commit fe742df2 authored by Rafal Skolasinski's avatar Rafal Skolasinski
Browse files

add nbdime to jupyterlab

parent 647d823c
Branches
Tags
No related merge requests found
Pipeline #11055 passed
......@@ -13,7 +13,8 @@ RUN conda env update -n base -f /environments/environment.yml && \
conda clean -tipsy
# Enable jupyter extension
RUN jupyter labextension install @pyviz/jupyterlab_pyviz
RUN jupyter labextension install @pyviz/jupyterlab_pyviz && \
jupyter labextension install nbdime-jupyterlab
# Fix permissions (required when following the base image)
RUN fix-permissions $HOME && \
......
name: science
dependencies:
# misc tools
- conda-forge::nbdime=1.0.1
# main scientific packages
- conda-forge::scipy=1.1.0
- conda-forge::numpy=1.14.5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment