Skip to content

Commit

Permalink
feat(jupyter-dash): add dash
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanpaget committed Jan 10, 2024
1 parent 5060844 commit 818f371
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-bits/6_jupyterlab.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ RUN pip install \
# jupyter_contrib_nbextensions likes to be installed with pip
mamba install --quiet --yes -c plotly -c conda-forge \
'jupyter_contrib_nbextensions' \
'dash' \
'plotly' \
'ipywidgets' \
'markupsafe' \
Expand Down
1 change: 1 addition & 0 deletions output/jupyterlab-cpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ RUN pip install \
# jupyter_contrib_nbextensions likes to be installed with pip
mamba install --quiet --yes -c plotly -c conda-forge \
'jupyter_contrib_nbextensions' \
'dash' \
'plotly' \
'ipywidgets' \
'markupsafe' \
Expand Down
1 change: 1 addition & 0 deletions output/jupyterlab-pytorch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ RUN pip install \
# jupyter_contrib_nbextensions likes to be installed with pip
mamba install --quiet --yes -c plotly -c conda-forge \
'jupyter_contrib_nbextensions' \
'dash' \
'plotly' \
'ipywidgets' \
'markupsafe' \
Expand Down
1 change: 1 addition & 0 deletions output/jupyterlab-tensorflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ RUN pip install \
# jupyter_contrib_nbextensions likes to be installed with pip
mamba install --quiet --yes -c plotly -c conda-forge \
'jupyter_contrib_nbextensions' \
'dash' \
'plotly' \
'ipywidgets' \
'markupsafe' \
Expand Down
1 change: 1 addition & 0 deletions output/sas/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ RUN pip install \
# jupyter_contrib_nbextensions likes to be installed with pip
mamba install --quiet --yes -c plotly -c conda-forge \
'jupyter_contrib_nbextensions' \
'dash' \
'plotly' \
'ipywidgets' \
'markupsafe' \
Expand Down

0 comments on commit 818f371

Please sign in to comment.