Merged
Conversation
945c503 to
5a463bd
Compare
729589f to
ca59049
Compare
4 tasks
7b8a43d to
45eb5d6
Compare
3c0281d to
de7382c
Compare
de7382c to
201dc5c
Compare
This was referenced Mar 12, 2025
2 tasks
d36cf56 to
cb02c2e
Compare
hutchinson
approved these changes
Apr 3, 2025
hutchinson
approved these changes
Apr 8, 2025
3569199 to
012c22e
Compare
Part of OpenAssetIO/OpenAssetIO#1302. The CI job that checks if notebooks can be executed was expected to fail until upstream OpenAssetIO changes were available, however the job succeeded. Upon checking the logs we can see the failure of the new notebook, but the job finished without error. It seems that `find -exec` doesn't error. Signed-off-by: David Feltell <david.feltell@foundry.com>
012c22e to
82bc9d5
Compare
Part of OpenAssetIO/OpenAssetIO#1302. Add a notebook illustrating the design and usage of the UI delegate system. Include html and pdf rendered versions with UI elements pre-filled, since GitHub's preview cannot render them properly. Signed-off-by: David Feltell <david.feltell@foundry.com>
82bc9d5 to
84ef59a
Compare
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.
Part of OpenAssetIO/OpenAssetIO#1302. Add a Jupyter Notebook documenting the design and usage of the UI delegation system.
The notebook makes use of embedded widgets. GitHub's preview cannot render these. A PDF export of the current version is available here.
The notebook further makes use of the UI-specific traits added in #114