JuliaPluto / computational-thinking-template

Template to build a course webpage like the *Introduction to computational thinking with Julia* course tought at MIT
http://juliapluto.github.io/computational-thinking-template/
Other
34 stars 4 forks source link

support precomputing notebooks #1

Open lucaferranti opened 1 year ago

lucaferranti commented 1 year ago

Summary

Not sure if there's an advantage in deploying the precomputed staterequests and the website separately. One thing to try could be to integrate this into PlutoPages.jl, roughly, I think this would require to copy the bondconnections and staterequest folder into generated_assets (or directly _site) and make sure all links in the generated html are correct.