We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 233fa45 commit b173efeCopy full SHA for b173efe
Dockerfile
@@ -44,14 +44,13 @@ RUN mamba create --yes -n sage sage=10.4 python=3.11 && \
44
mamba install --yes -c conda-forge -c plotly \
45
"plotly" \
46
"jupyterlab-spellchecker" \
47
- "dash" \
+ # "dash" \
48
# installing xeus-cling will fail on arm64 platform
49
"xeus-cling" \
50
"openjdk" \
51
"maven" \
52
"ipython-sql" \
53
"jupyterhub-singleuser" \
54
- "dash-jupyterlab" \
55
"jupyterlab-lsp" \
56
"jupyter-lsp-python" \
57
"jupyter_bokeh"
0 commit comments