docs: regenerate all notebooks against the modernized dj.Diagram renderer - #256
Open
dimitri-yatsenko wants to merge 1 commit into
Open
docs: regenerate all notebooks against the modernized dj.Diagram renderer#256dimitri-yatsenko wants to merge 1 commit into
dimitri-yatsenko wants to merge 1 commit into
Conversation
… renderer Re-executed all 24 notebooks (PostgreSQL) against the merged datajoint-python master (#1533/#1534/#1536), so every embedded dj.Diagram figure now uses the modernized notation (new tier palette, cardinality-weighted edges, master-part entity clusters, theme-adaptive prefers-color-scheme SVGs). 24/24 executed cleanly. Supersedes the stale #248. Note: connection banners show 2.3.3.dev (docs are built against unreleased master); check_notebook_versions passes (target 2.3.x).
This was referenced Aug 13, 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.
Re-executes all 24 tutorial/how-to notebooks (PostgreSQL) against the merged
datajoint-pythonmaster (#1533 + #1534 + #1536), so every embeddeddj.Diagramfigure now renders in the modernized notation — new tier palette, cardinality-weighted edges, master-part entity clusters, and theme-adaptive (prefers-color-scheme) SVGs. 24/24 executed cleanly (0 failures).Generated via
MODE=EXECUTE_PG docker compose run --rm docs, which pip-installs the bind-mounted localdatajoint-python(master) — so the outputs reflect exactly the just-merged renderer.Supersedes #248
This replaces the stale #248 (rendered from an earlier #1534 build, before the
autodefault theme and sans labels). Recommend closing #248 in favor of this.Note on version banners
Connection banners now read
DataJoint 2.3.3.dev…because the docs are built against unreleased master.scripts/check_notebook_versions.pypasses (target2.3.x). When 2.3.3 is tagged, a re-run will clean the banners to2.3.3.Verification
check_notebook_versions.py→ exit 0.read-diagrams.ipynb: new palette (#E7F3EC/#2F7D5B) +prefers-color-schemepresent; old palette (#90EE90/#7eca9c) gone.