Remove obsolete notebooks#662
Open
marcpaterno wants to merge 7 commits into
Open
Conversation
Drop the notebook cleanup CI action, remove notebook checkpoint ignore rules, and replace the Jupyter dependency with ipykernel and ipython in the development environment. Delete the tracked cluster example notebooks so the repository no longer carries notebook artifacts.
Update the pinned conda-lock version in the lockfile generation script, reusable CI workflow, and contributor documentation so lockfile generation and CI use the same tool version.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #662 +/- ##
=======================================
Coverage 100.0% 100.0%
=======================================
Files 150 150
Lines 8721 8734 +13
Branches 1038 1040 +2
=======================================
+ Hits 8721 8734 +13
🚀 New features to boost your workflow:
|
Make the clean-docs target remove all directories generated when building the documentation, to help ensure that a clean build of the documentation does not accidentally make use of stale information.
This change exchanges separate ipykernel and ipython dependencies for the jupyter metapackage in environment.yml, which transitively includes both packages plus additional interactive computing dependencies. The conda lock files were regenerated to reflect this change and now include many new packages for the Jupyter ecosystem including jupyterlab, jupyter_server, ipywidgets, and their transitive dependencies. The primary change is in the environment definition; no functional code was modified.
Detect CI environments and switch broken-link reporting from table format to line-by-line output that preserves full source and target paths in logs. Keep table output as the default for local interactive use and add a CLI toggle to explicitly choose full or table output. Add tests covering CI default full output and explicit table output in CI mode.
vitenti
approved these changes
Jul 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR removes tracked example Jupyter notebooks and related notebook-specific
repository handling, updates the development environment to use
ipykernelandipythoninstead of thejupytermeta-package, and drops the CI notebookcleanup action. It also aligns the pinned
conda-lockversion used by thelockfile generation script, reusable CI workflow, and contributor
documentation.
The example Cobaya tests now invoke
cobaya-runwith--no-mpiso the exampleruns do not require MPI.
Type of change
make pre-commitand fixed any issues