File tree Expand file tree Collapse file tree 2 files changed +1858
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1858
-2
lines changed Original file line number Diff line number Diff line change 22FROM dclong/python-nodejs
33# GIT: https://github.com/legendu-net/docker-python-nodejs.git
44
5+ RUN icon fish -i
56RUN pip3 install --break-system-packages \
6- nbdime jinja2 nbconvert "jupyterlab>=2.1.0,<4.4 .0" \
7+ nbdime jinja2 nbconvert "jupyterlab>=2.1.0,<4.5 .0" \
78 jupyterlab_widgets ipywidgets jupyterlab_myst \
89 jupyterlab-lsp python-lsp-server[all] \
910 jupyterlab-code-formatter \
@@ -16,4 +17,6 @@ RUN pip3 install --break-system-packages \
1617
1718COPY scripts /scripts
1819# COPY settings/themes.jupyterlab-settings /etc/jupyter/lab/user-settings/@jupyterlab/apputils-extension/themes.jupyterlab-settings
19- COPY settings /settings
20+ COPY settings/*jupyterlab-* /settings/
21+ COPY settings/jupyter_server_config.py /etc/jupyter/
22+
You can’t perform that action at this time.
0 commit comments