Skip to content

Commit 49f0574

Browse files
committed
Add dash back and run jupyter lab build
1 parent b173efe commit 49f0574

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dockerfile

+4-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN mamba create --yes -n sage sage=10.4 python=3.11 && \
4444
mamba install --yes -c conda-forge -c plotly \
4545
"plotly" \
4646
"jupyterlab-spellchecker" \
47-
# "dash" \
47+
"dash" \
4848
# installing xeus-cling will fail on arm64 platform
4949
"xeus-cling" \
5050
"openjdk" \
@@ -99,7 +99,9 @@ RUN pip install nbgitpuller \
9999
"vegafusion-jupyter[embed]"
100100
RUN pip install jupytext --upgrade
101101

102-
RUN fix-permissions $CONDA_DIR && \
102+
# run jupyter lab build for jupyterlab-dash integration. prompted after logging in
103+
RUN jupyter lab build && \
104+
fix-permissions $CONDA_DIR && \
103105
fix-permissions /home/jovyan
104106
RUN export NODE_OPTIONS=--max-old-space-size=4096
105107

0 commit comments

Comments
 (0)