Add notebook DataFrame interface and examples#182
Merged
Conversation
This was referenced Jun 22, 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.
Summary
modelwright.notebooks, a lazy pandas-backed notebook/DataFrame layer overModelFacade.notebookoptional extra withpandas>=2while keeping pandas out of core runtime dependencies..py.xzbecause the uncompressed module is above ordinary GitHub per-file limits.0.1.0a5.Boundary
This release may claim initial notebook/DataFrame-facing helpers, scenario comparison workflows, and tracked synthetic/FABLE examples. It must not claim full spreadsheet UI behavior, automatic semantic recovery, stable public API compatibility, Excel-backed recalculation equivalence, or compact runtime IR production readiness.
Verification
scripts/bootstrap_dev_env.sh.venv/bin/python -m ruff check ..venv/bin/python -m pytest -vv(163 passed, 1 skipped).venv/bin/sphinx-build -b html docs _build/html -W.venv/bin/python scripts/verify_docs_theme.py _build/htmlMODELWRIGHT_RUN_FABLE_BENCHMARKS=1 .venv/bin/python -m pytest -vv tests/test_fable_wrapper_benchmark.py(1 passed in 149.67s)scripts/check_release_artifacts.sh(modelwright 0.1.0a5clean wheel install and CLI smoke passed)Closes #175.
Closes #178.
Closes #176.
Closes #177.
Closes #179.
Closes #181.
Refs #174.
Refs #180.