Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
FROM dclong/python-nodejs
# GIT: https://github.com/legendu-net/docker-python-nodejs.git

RUN icon fish -i
RUN pip3 install --break-system-packages \
nbdime jinja2 nbconvert "jupyterlab>=2.1.0,<4.4.0" \
nbdime jinja2 nbconvert "jupyterlab>=2.1.0,<4.5.0" \
jupyterlab_widgets ipywidgets jupyterlab_myst \
jupyterlab-lsp python-lsp-server[all] \
jupyterlab-code-formatter \
Expand All @@ -16,4 +17,6 @@ RUN pip3 install --break-system-packages \

COPY scripts /scripts
#COPY settings/themes.jupyterlab-settings /etc/jupyter/lab/user-settings/@jupyterlab/apputils-extension/themes.jupyterlab-settings
COPY settings /settings
COPY settings/*jupyterlab-* /settings/
COPY settings/jupyter_server_config.py /etc/jupyter/

Loading