docs: regenerate notebook diagrams with the modernized dj.Diagram style - #248
Open
dimitri-yatsenko wants to merge 1 commit into
Open
docs: regenerate notebook diagrams with the modernized dj.Diagram style#248dimitri-yatsenko wants to merge 1 commit into
dimitri-yatsenko wants to merge 1 commit into
Conversation
…le (#1532) Re-executed all 24 tutorial/how-to notebooks against the restyled dj.Diagram (datajoint-python #1532): modern tier palette, rounded nodes, master-part entity clustering, corrected edge-weight (cardinality) rule, and Helvetica typography. Outputs refreshed in place (execute:false stores outputs in the .ipynb). All 24 executed successfully on MySQL.
Member
Author
|
|
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.
Regenerates the diagram assets embedded in the tutorial/how-to notebooks to match the modernized
dj.Diagramrendering (datajoint/datajoint-python#1532).What
Re-executed all 24 notebooks under
src/tutorialsandsrc/how-toagainst the restyleddj.Diagram, refreshing their stored outputs in place (mkdocs-jupyterruns withexecute: false, so outputs live in the committed.ipynb). Embedded diagram SVGs now carry:All 24 executed successfully on MySQL (0 failures), including the domain tutorials.
Depends on
datajoint/datajoint-python#1532 (the restyle). This PR should land after #1532 is released, so the rendered diagrams match a shipped
dj.Diagram. Re-executing also refreshes non-diagram outputs (this is a full notebook re-run), which is expected for a regeneration pass.Not included
The
.cache/directory (pooch-downloaded domain datasets) is intentionally not committed.