From 4f6f7ec5dd418999eb18db69804f0791c039ac57 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 15 Nov 2022 04:16:44 +0100 Subject: [PATCH] data_science - add jupyterlab to Dockerfile --- data_science/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/data_science/Dockerfile b/data_science/Dockerfile index 8665170..595f781 100644 --- a/data_science/Dockerfile +++ b/data_science/Dockerfile @@ -6,6 +6,7 @@ RUN mkdir -p /opt/notebooks RUN pip install\ jupyter\ + jupyterlab\ matplotlib\ numpy\ pandas\