Skip to content

Commit 93635bd

Browse files
authored
Merge pull request #136 from oceanhackweek/marimo
Enable Marimo notebooks
2 parents 14ff950 + 355ec32 commit 93635bd

File tree

3 files changed

+303
-0
lines changed

3 files changed

+303
-0
lines changed

py-base/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ENV NB_UID 1000
66
ENV HOME /home/jovyan
77

88
ENV PIXI_DIR /home
9+
# Enable Marimo locally, should be overridden in production
10+
ENV JUPYTERHUB_SERVICE_PREFIX /
911

1012
# Output logging faster
1113
ENV PYTHONUNBUFFERED 1

0 commit comments

Comments
 (0)