Skip to content
Snippets Groups Projects
Commit 5e77d932 authored by romina1601's avatar romina1601
Browse files

Upgrade for bokeh interactivity and pyvista with trame backend

parent f360cd79
No related branches found
No related tags found
1 merge request!43Upgrade for bokeh interactivity and pyvista with trame backend
This commit is part of merge request !43. Comments created here will be created in the context of that merge request.
......@@ -27,12 +27,14 @@ RUN apt-get update --yes && \
cython \
gcc \
gettext \
libgl1-mesa-dev \
llvm \
lsof \
mpich \
r-base \
swig \
vim && \
vim \
xvfb && \
apt-get clean && rm -rf /var/lib/apt/lists/*
# jupyter install in /opt/app-root/ for legacy reasons (previously based on centos base image)
......@@ -60,7 +62,8 @@ RUN jupyter labextension disable ipcluster \
RUN jupyter labextension install --no-build \
clb-jupyter-ext-query-params-dev@3.2.0 \
clb-lab-extension@0.9.2 \
ipycanvas@0.12.0
ipycanvas@0.12.0 \
@jupyterlab/server-proxy
# ipycanvas@0.12.0: Python part installed via spack (py-ipycanvas@0.12.0)
RUN jupyter lab build
......
bokeh==2.4.2
bokeh==3.1.1
ipympl==0.8.5
ipywidgets==7.6.5
jupyterlab-widgets==1.0.2
ipywidgets==8.0.7
jupyterlab-widgets==1.1.0
jupyterlab-topbar==0.6.1
jupyterlab-system-monitor==0.8.0
jupyterlab-git==0.34.1
jupyter-bokeh==3.0.7
jupyter-server-proxy==4.1.2
nbdime==3.1.1
nbgitpuller==1.0.2
nbresuse==0.4.0
nglview==3.0.3
pyOpenSSL==22.0.0 # TODO: Issue with 22.1 https://github.com/pyca/pyopenssl/issues/1154
pyvista>=0.42.0
requests-oauthlib==1.3.0
rise==5.7.1
trame_jupyter_extension<2
tvb-ext-bucket==1.0.0
tvb-ext-unicore==1.2.0
tvb-widgets==1.5.0
tvb-ext-unicore==2.0.0
tvb-widgets==1.6.0
tvb-ext-xircuits==1.1.0
vincent==0.4.4
vtk
widgetsnbextension==3.5.2
xlrd==2.0.1
git+https://github.com/HumanBrainProject/clb-nb-utils.git
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