Colab notebook deps#178
Merged
Merged
Conversation
Recreate the example environment instead of a flat Pkg.add: the setup cell downloads the example's Project.toml, activates it, adds the in-repo packages (GeneralisedFilters/SSMProblems) from the repo's main branch — their registered versions are too old/unregistered (e.g. lack ReferenceTrajectory) — then instantiates the registered dependencies. Verified the flow instantiates from a clean environment. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Express the Colab environment setup as Literate `#nb` lines in each example script (download Project.toml, add in-repo packages from main, instantiate) instead of injecting it via the notebook postprocess. The postprocess now only does what `#nb` can't: set a generic Julia kernelspec (metadata) and strip the Documenter-only `#hide` lines Literate leaves in the notebook. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
|
SSMProblems.jl/SSMProblems documentation for PR #178 is available at: |
Contributor
|
SSMProblems.jl/GeneralisedFilters documentation for PR #178 is available at: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #178 +/- ##
==========================================
+ Coverage 80.63% 81.09% +0.45%
==========================================
Files 56 56
Lines 2856 2840 -16
==========================================
Hits 2303 2303
+ Misses 553 537 -16
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
finally working well on Colab!