Skip to content
Snippets Groups Projects
Commit 6b2460ef authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

quick fix for query-params labextension

parent cb1eacb6
No related branches found
No related tags found
No related merge requests found
......@@ -56,9 +56,9 @@ RUN pip install --no-cache-dir -r /tmp/requirements.txt
RUN jupyter labextension disable ipcluster \
ipyparallel-labextension
# install additional labextensions
# install additional labextensions (TODO: install with pip, if possible)
RUN jupyter labextension install --no-build \
clb-jupyter-ext-query-params@3.2.0 \
clb-jupyter-ext-query-params-dev@3.2.0 \
clb-lab-extension@0.9.2 \
ipycanvas@0.12.0
# ipycanvas@0.12.0: Python part installed via spack (py-ipycanvas@0.12.0)
......
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