We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e33326 commit 404a7e2Copy full SHA for 404a7e2
Dockerfile
@@ -2,7 +2,8 @@
2
FROM dclong/python-nodejs
3
# GIT: https://github.com/legendu-net/docker-python-nodejs.git
4
5
-RUN pip3 install nbdime jinja2 nbconvert "jupyterlab>=2.1.0,<4.1.0" \
+RUN pip3 install --break-system-packages \
6
+ nbdime jinja2 nbconvert "jupyterlab>=2.1.0,<4.1.0" \
7
jupyterlab_widgets ipywidgets jupyterlab_myst \
8
jupyterlab-lsp python-lsp-server[all] \
9
jupyterlab-code-formatter \
0 commit comments