Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pluto Notebooks cache problems #137

Closed
2 tasks
Dsantra92 opened this issue Jan 18, 2023 · 1 comment
Closed
2 tasks

Pluto Notebooks cache problems #137

Dsantra92 opened this issue Jan 18, 2023 · 1 comment
Assignees

Comments

@Dsantra92
Copy link
Collaborator

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.

  • Add option to reject, accept or enforce cache.
  • If cache is accept or enforce, make sure to display proper reasoning if a present cache was not used.
@Dsantra92
Copy link
Collaborator Author

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

  1. GitHub action for rebuilding cache rikhuijzer/PlutoStaticHTML.jl#161 should remove the need for reject, accept for enforce cache by introducing CI.
  2. Show information on why cache is not used? rikhuijzer/PlutoStaticHTML.jl#164

@Dsantra92 Dsantra92 closed this as not planned Won't fix, can't repro, duplicate, stale Feb 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant