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 d2acff2 commit beb69bbCopy full SHA for beb69bb
base/latest.Dockerfile
@@ -242,7 +242,7 @@ RUN export PIP_BREAK_SYSTEM_PACKAGES=1 \
242
nbconvert \
243
python-lsp-server[all] \
244
## Fix https://github.com/jupyterhub/jupyter-server-proxy/issues/445
245
- && sed -i 's/subprotocols=self\.subprotocols/subprotocols=self\.selected_subprotocol/g' \
+ && sed -i 's/subprotocols=self\.subprotocols/subprotocols=self\.subprotocols if self\.subprotocols else None/g' \
246
/usr/local/lib/python*/*-packages/jupyter_server_proxy/handlers.py \
247
## Include custom fonts
248
&& sed -i 's|</head>|<link rel="preload" href="{{page_config.fullStaticUrl}}/assets/fonts/MesloLGS-NF-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous"></head>|g' /usr/local/share/jupyter/lab/static/index.html \
0 commit comments