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

Commit

Permalink
Drop jupyterlab for now
Browse files Browse the repository at this point in the history
There seems to be an incompatibility between jupyterlab and the jupyter
notebook server. Not sure what's going on, but jupyterlab currently
doesn't open properly for me. Dropping it for now.
  • Loading branch information
jcrist committed Dec 20, 2022
1 parent c45412f commit afabe7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ RUN apt-get update && \
RUN pip install --no-cache --upgrade pip \
&& pip install --no-cache \
notebook \
jupyterlab \
pyarrow \
"git+https://github.com/ibis-project/ibis.git#egg=ibis-framework[sqlite,duckdb,clickhouse]" \
&& find /usr/local/lib/python3.10/site-packages/ -follow -type f -name '*.a' -delete \
Expand Down

0 comments on commit afabe7b

Please sign in to comment.