Install slides, restart always

This commit is contained in:
christoph.schranz@salzburgresearch.at
2020-04-13 15:55:13 +02:00
parent ecb99b8de6
commit 6a9ff52bea
3 changed files with 45 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ RUN pip install --no-cache-dir jupyter-tabnine==1.0.2 && \
RUN fix-permissions $CONDA_DIR
RUN conda install -c conda-forge jupyter_contrib_nbextensions && \
conda install -c conda-forge jupyter_nbextensions_configurator && \
conda install -c conda-forge rise && \
jupyter nbextension enable codefolding/main
RUN jupyter labextension install @ijmbarr/jupyterlab_spellchecker