Commit cc5ceae6 authored by Giovanni Lanzani's avatar Giovanni Lanzani Committed by Giovanni Lanzani

Add jupyterlab_bokeh extension

Without the extension it is not possible to use all Bokeh functionalities in JupyterLab
parent de0cd801
......@@ -48,6 +48,7 @@ RUN conda install --quiet --yes \
jupyter nbextension enable --py widgetsnbextension --sys-prefix && \
# Also activate ipywidgets extension for JupyterLab
jupyter labextension install @jupyter-widgets/jupyterlab-manager@^0.33.1 && \
jupyter labextension install jupyterlab_bokeh@^0.4.0 && \
npm cache clean && \
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \
rm -rf /home/$NB_USER/.cache/yarn && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment