-
Notifications
You must be signed in to change notification settings - Fork 22
Update docs to not execute workflow notebook #446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Coverage reportClick to see where and how coverage changed
This report was generated by python-coverage-comment-action |
||||||||||||||||||||||||
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #446 +/- ##
==========================================
- Coverage 80.03% 80.00% -0.03%
==========================================
Files 100 100
Lines 6903 6903
==========================================
- Hits 5525 5523 -2
- Misses 1378 1380 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Now updated to not execute notebook and include outputs in notebooks + fix the repeated displays in dashboard. Merging now with additional changes #450. |
One of the cells in the workflow notebook takes too long to run so it gets interrupted during the build, meaning the rest of the notebook doesn't render. I am trying to set up the docs so that the workflow notebook doesn't execute on each build (and instead the pre-rendered content should be displayed). The updates here I based on suggestions from ChatGPT (which has gotten it wrong before). Any suggestions for better ways to go about this welcome!