Skip to content

NO-JIRA: docs: update outdated internal docs after the buildchain refactoring #1028

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 6, 2025
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
3 changes: 1 addition & 2 deletions jupyter/utils/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Shared files for all JupyterLab workbenches we have

These files were initially duplicated into many `jupyter/` subdirectories.
In general, they are incorporated into every JupyterLab workbench,
but sometimes that's through building `FROM` base `datascience` image and not `COPY`ed directly.
In general, they are incorporated into every JupyterLab workbench.
1 change: 0 additions & 1 deletion jupyter/utils/addons/apply.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"

Expand Down