Commit 49f0574 1 parent b173efe commit 49f0574 Copy full SHA for 49f0574
File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ RUN mamba create --yes -n sage sage=10.4 python=3.11 && \
44
44
mamba install --yes -c conda-forge -c plotly \
45
45
"plotly" \
46
46
"jupyterlab-spellchecker" \
47
- # "dash" \
47
+ "dash" \
48
48
# installing xeus-cling will fail on arm64 platform
49
49
"xeus-cling" \
50
50
"openjdk" \
@@ -99,7 +99,9 @@ RUN pip install nbgitpuller \
99
99
"vegafusion-jupyter[embed]"
100
100
RUN pip install jupytext --upgrade
101
101
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 && \
103
105
fix-permissions /home/jovyan
104
106
RUN export NODE_OPTIONS=--max-old-space-size=4096
105
107
You can’t perform that action at this time.
0 commit comments