hotfix: -include-after-body in execution profiles#714
Conversation
PR SummaryThis pull request removes the inclusion of the Jupyter Widgets embed script ( Test Suggestions
|
nrichers
left a comment
There was a problem hiding this comment.
LGTM! 🚀
Once think I noticed while reviewing is that Quarto is now at version 1.7, released April 28. We have had some breaking changes before — at a standup, let's discuss if we should consider pinning to a specific version of Quarto in GitHub to control how we upgrade better?
Internal Notes for Reviewers
The latest version of Quarto breaks our existing notebook execution workflow, as it fixed a workaround dependency with the
jupyter-widgetspackage:FATAL (/opt/quarto/share/filters/main.lua:3977) An error occurred: Error resolving include-after- unable to open file https://unpkg.com/@jupyter-widgets/html-manager@*/dist/embed-amd.jsRemoving this explicit embed from the execution profiles solves the issue in my testing: