Skip to content

Commit c087908

Browse files
committed
feat: add S3 content manager and Trino support for scipy-notebook
1 parent b1e5793 commit c087908

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

scipy-notebook/Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#### Add additional libraries
2+
3+
COPY requirements.txt .
4+
RUN pip install -r requirements.txt;\
5+
rm -f requirements.txt
6+

scipy-notebook/requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
jupyter-fs[fsspec]
2+
s3fs
3+
jupysql
4+
trino
5+
sqlalchemy-trino

0 commit comments

Comments
 (0)