As of writing this, Unfold.jl still tries to access _reference_grid, which, given that it's not exported by Effects, and has a preceding underscore, it probably never should have.
Unfold needs to be fixed and updated, or Effects downgraded.
If it works when you use Pluto, then perhaps you are using a different environment there which happens to have a sufficiently old Effects.
I think version 0.1.0 to 0.1.5 should be OK.
As of writing this, Unfold.jl still tries to access
_reference_grid, which, given that it's not exported by Effects, and has a preceding underscore, it probably never should have.Checking the commit history of Effects.jl, you'll find that this function was removed in 2022-08-20 https://github.com/beacon-biosignals/Effects.jl/pull/43
Unfold needs to be fixed and updated, or Effects downgraded.
If it works when you use Pluto, then perhaps you are using a different environment there which happens to have a sufficiently old Effects. I think version 0.1.0 to 0.1.5 should be OK.
You should consider opening a issue with Unfold.jl