JuliaDocs / DemoCards.jl

Let's focus on writing demos
MIT License
65 stars 14 forks source link

Pluto Notebooks cache problems #137

Closed Dsantra92 closed 1 year ago

Dsantra92 commented 1 year ago

Currently we are using DemoCards.jl for pluto notebook rendering in GraphNeuralNetworks.jl. One of the biggest challenges that we are facing is cache generation. For every changes made to the notebook, we need a new cache. Often new contributors don't know why the generated cache is not working. Here are some of the changes proposed to make things smoother for developers.

Dsantra92 commented 1 year ago

Closing this issue because both of the problems are better handled in PlutoStaticHTML.jl.

  1. https://github.com/rikhuijzer/PlutoStaticHTML.jl/issues/161 should remove the need for reject, accept for enforce cache by introducing CI.
  2. https://github.com/rikhuijzer/PlutoStaticHTML.jl/issues/164