Skip to content
This repository was archived by the owner on Jul 15, 2024. It is now read-only.

Commit 63f3e49

Browse files
committed
Readd jupyterlab
Having this installed is required, even if going through it currently doesn't work :/
1 parent 881c48c commit 63f3e49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ RUN apt-get update && \
2020
RUN pip install --no-cache --upgrade pip \
2121
&& pip install --no-cache \
2222
notebook \
23+
jupyterlab \
2324
pyarrow \
2425
"git+https://github.com/ibis-project/ibis.git#egg=ibis-framework[sqlite,duckdb,clickhouse]" \
2526
&& find /usr/local/lib/python3.10/site-packages/ -follow -type f -name '*.a' -delete \

0 commit comments

Comments
 (0)