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 ef65f8e commit 72f3df8Copy full SHA for 72f3df8
jupyter/utils/README.md
@@ -1,5 +1,4 @@
1
# Shared files for all JupyterLab workbenches we have
2
3
These files were initially duplicated into many `jupyter/` subdirectories.
4
-In general, they are incorporated into every JupyterLab workbench,
5
-but sometimes that's through building `FROM` base `datascience` image and not `COPY`ed directly.
+In general, they are incorporated into every JupyterLab workbench.
jupyter/utils/addons/apply.sh
@@ -2,7 +2,6 @@
# See https://github.com/jupyterlab/jupyterlab/issues/5463
# This is a hack to apply partial HTML code to JupyterLab's `index.html` file
-# Look for the other duplicates in case a change is needed to this file
6
7
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
8
0 commit comments