pyhf icon indicating copy to clipboard operation
pyhf copied to clipboard

Find a way to run and deploy notebooks to avoid huge diffs

Open matthewfeickert opened this issue 4 years ago • 0 comments
trafficstars

Summary

As noted in PR #1642, making fixes to notebooks can result in huge diffs. This makes people less inclined to want to refactor notebooks given how expensive the diffs are. Along the lines of Issue #168, it would be useful if it was possible to:

  • Store empty notebooks stripped of all output
  • On releases run and evaluate them in CI and then have the built versions be used in the docs build.

I'm not sure how this works, other than matplotlib has an entirely seperate build and deploy process for their docs which includes generating all the code examples.

Additional Information

No response

Code of Conduct

  • [X] I agree to follow the Code of Conduct

matthewfeickert avatar Oct 15 '21 04:10 matthewfeickert