jupyter / nbviewer

nbconvert as a web service: Render Jupyter Notebooks as static web pages
https://nbviewer.jupyter.org
Other
2.19k stars 544 forks source link

Updates to the Jupyter notebook are not reflected in nbviewer #1046

Open bkowshik opened 1 year ago

bkowshik commented 1 year ago

Describe the bug

Reading the notebook on nbviewer shows an older version of the notebook, missing the recent changes.

To Reproduce

Visit the link to the notebook on Github to see the retain set is much larger text. https://github.com/unlearning-challenge/starting-kit/blob/main/unlearning-CIFAR10.ipynb

Visit the link to the notebook on nbviewer to see the retain set is much later text. https://nbviewer.org/github/unlearning-challenge/starting-kit/blob/main/unlearning-CIFAR10.ipynb

Expected behavior

The expected behaviour is to see the retain set is much larger on nbviewer as well.

Screenshots

Screenshot 2023-07-13 at 08 22 24 Screenshot 2023-07-13 at 08 21 57

Desktop