We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ca20b commit 456e9baCopy full SHA for 456e9ba
.devcontainer/Dockerfile
@@ -4,7 +4,7 @@ FROM mcr.microsoft.com/devcontainers/python:${PY_VER}-${DISTRO}
4
RUN \
5
apt update && \
6
apt-get install bash-completion graphviz default-mysql-client -y && \
7
- 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 && \
8
pip uninstall datajoint -y
9
10
USER root
0 commit comments