Skip to content
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

Try QuartoNotebookRunner.jl to speed up docs build #2078

Open
visr opened this issue Feb 18, 2025 · 0 comments
Open

Try QuartoNotebookRunner.jl to speed up docs build #2078

visr opened this issue Feb 18, 2025 · 0 comments
Labels
CI/CD Continuous Integration/Continuous deployment documentation Improvements or additions to documentation

Comments

@visr
Copy link
Member

visr commented Feb 18, 2025

Currently our docs build take 26 minutes. Our example notebooks take up a lot of that time. They are executed in Python, and then run the core with subprocess starting julia for each model. So it needs to load and compile each time. I suspect that if we run from Julia instead it will be faster since compiled code remains available in the session. With QuartoNotebookRunner v0.13 it should be possible to combine both Python and Julia.

https://discourse.julialang.org/t/ann-native-julia-engine-for-quarto-using-quartonotebookrunner-jl/112753/56

@visr visr added CI/CD Continuous Integration/Continuous deployment documentation Improvements or additions to documentation labels Feb 18, 2025
@github-project-automation github-project-automation bot moved this to To do in Ribasim Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD Continuous Integration/Continuous deployment documentation Improvements or additions to documentation
Projects
Status: To do
Development

No branches or pull requests

1 participant