Skip to content

Commit

Permalink
Install jupyterlab in devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
ethho committed Sep 10, 2024
1 parent 10ca20b commit 456e9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM mcr.microsoft.com/devcontainers/python:${PY_VER}-${DISTRO}
RUN \
apt update && \
apt-get install bash-completion graphviz default-mysql-client -y && \
pip install flake8 black faker ipykernel pytest pytest-cov nose nose-cov datajoint && \
pip install flake8 black faker ipykernel pytest pytest-cov nose nose-cov datajoint jupyterlab && \
pip uninstall datajoint -y

USER root
Expand Down

0 comments on commit 456e9ba

Please sign in to comment.