We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbe1312 commit f2e7b42Copy full SHA for f2e7b42
Dockerfile
@@ -34,10 +34,11 @@ USER ${NB_UID}
34
35
# Install Conda Packages (Plotly, SageMath)
36
RUN mamba create --yes -n sage sage python=3.11 && \
37
- mamba install --yes -c conda-forge \
+ mamba install --yes -c conda-forge -c plotly \
38
"sage" \
39
"plotly" \
40
"jupyterlab-spellchecker" \
41
+ "dash" \
42
"xeus-cling" \
43
"openjdk" \
44
"maven" \
0 commit comments