Skip to content

Commit

Permalink
jupyter format extension + btop
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton committed Aug 14, 2024
1 parent 21cf921 commit eb09139
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/datascience-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN apt-get update -y && \
screen \
gnupg \
htop \
btop \
wget \
strace \
openssh-client \
Expand Down Expand Up @@ -81,6 +82,7 @@ RUN mamba install -c conda-forge jupyterhub=$JUPYTERHUB_VERSION jupyter_server=$
# (TODO: Re-enable collab once RTC is fixed) mamba install -c conda-forge jupyterlab_rise jupyter_server_terminals jupyter-collaboration && \
mamba install -c conda-forge jupyterlab_rise jupyter_server_terminals && \
mamba install -c conda-forge jupyterlab-github jupyterlab-latex jupyterlab-git jupyterlab-fasta jupyterlab-geojson && \
mamba install -c conda-forge jupyterlab_code_formatter isort black && \
mamba install -c conda-forge nbconvert=$NBCONVERT_VERSION nbgrader=$NBGRADER_VERSION && \
fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER && \
Expand Down

0 comments on commit eb09139

Please sign in to comment.