JuliaPluto / featured

https://featured.plutojl.org
11 stars 7 forks source link

Zombie attack notebook not working #52

Closed fonsp closed 7 months ago

fonsp commented 7 months ago

Hey @damourChris!

It looks like the zombie attack notebook stopped working, can you take a look?

damourChris commented 7 months ago

Seems like the cell order is not calculated correctly, since the method I call to format slides doesn't get run before the cell that use that method Re running the cells works after the notebook has finished loading still works Maybe from the recent change to the dependency explorer stuff?

damourChris commented 7 months ago

Okay I finally found out what is happening, There seems to be a bug with function that return HTML via the @htl macro which also have a docstring. Maybe they clash together, not sure if this is new or not but I'll remove the docstrings for now and it should work

I'll open up an issue on Pluto.jl with MWE

fonsp commented 7 months ago

Might be because of https://github.com/fonsp/Pluto.jl/pull/2797

fonsp commented 7 months ago

A MWE would be really really nice!