Skip to content
Snippets Groups Projects
Commit f56bf535 authored by mhocke's avatar mhocke
Browse files

[jupyterhub] Add jupyterlab-favorites

parent aac1340c
No related branches found
No related tags found
No related merge requests found
Pipeline #35544 passed
...@@ -157,6 +157,8 @@ RUN R -e "install.packages('IRkernel')" && \ ...@@ -157,6 +157,8 @@ RUN R -e "install.packages('IRkernel')" && \
R -e "install.packages('ggplot2')" && \ R -e "install.packages('ggplot2')" && \
R -e "install.packages('emmeans')" R -e "install.packages('emmeans')"
RUN python${PYTHON_VERSION} -m jupyter labextension install jupyterlab-favorites
RUN chmod -x /etc/update-motd.d/* RUN chmod -x /etc/update-motd.d/*
WORKDIR "${HOME}" WORKDIR "${HOME}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment