data_science - add jupyterlab to Dockerfile

This commit is contained in:
Chris
2022-11-15 04:16:44 +01:00
parent 2d0597559e
commit 4f6f7ec5dd

View File

@@ -6,6 +6,7 @@ RUN mkdir -p /opt/notebooks
RUN pip install\
jupyter\
jupyterlab\
matplotlib\
numpy\
pandas\