Reference Artifacts
The public FABLE Calculator documentation PDF is tracked under
reference/fable-calculator/. The Excel workbooks are public benchmark inputs but are kept under
ignored tmp/private-workbooks/ paths so the repository does not redistribute workbook binaries.
Downloaded local artifacts in this environment:
Artifact |
Local path |
Role |
|---|---|---|
FABLE Calculator documentation PDF |
|
tracked reference document |
|
|
older broken-reference regression and fragility check |
|
|
primary wrapper benchmark |
|
|
public 2021 benchmark source for the validated compressed generated model in
|
Source URLs and checksums are recorded in reference/fable-calculator/README.md and
benchmarks/fable-calculator/manifest.json.
VSCode Environment Bootstrap
Test users should create a repo-local virtual environment from the fable-pyculator repository
root:
scripts/bootstrap_dev_env.sh
This installs development, notebook, and documentation dependencies into .venv. In VSCode,
select .venv/bin/python as the notebook kernel before running tracked notebooks under
examples/notebooks/.