tlienart / Xranklin.jl

Experimental repo for a refactoring of Franklin.jl
https://tlienart.github.io/Xranklin.jl
MIT License
40 stars 1 forks source link

cleanup of nb code cell eval #202

Closed tlienart closed 1 year ago

tlienart commented 1 year ago

into actual eval with identical logic.

One core element though is that now execution is always in a IOCapture block and so needs to be locked. So if there's any sort of code on a page, it'll lock which means that multithreading may generally not be very useful...

closes #200

github-actions[bot] commented 1 year ago

Preview should be up in a couple of mins at https://tlienart.github.io/Xranklin.jl/previews/PR202 (if you get a 404, wait 30s then refresh).