I updated an ipython notebook gist here:
https://gist.github.com/rsignell-usgs/aa12c2b5e8a448bda780
but the nbviewer link here:
http://nbviewer.ipython.org/gist/rsignell-usgs/aa12c2b5e8a448bda780
is still displaying my old notebook. I tried refreshing clearing the browser cache, but it still displays the old notebook.
Shouldn't it update?
Open https://nbviewer.jupyter.org/ and put URL of file in your repository in the textfield as shown. Press Go button to view the notebook. Both these methods display notebook file as static html. To be able to execute code in the notebook, open it using Binder application of Jupyter project.
By default, Jupyter will autosave your notebook every 120 seconds to this checkpoint file without altering your primary notebook file. When you “Save and Checkpoint,” both the notebook and checkpoint files are updated. Hence, the checkpoint enables you to recover your unsaved work in the event of an unexpected issue.
This is an nbviewer FAQ.
Basically it takes about 10 minutes to update, but if you want to force it, you can add ?flush_cache=true
to the nbviewer URL.
So try doing this:
http://nbviewer.ipython.org/gist/rsignell-usgs/aa12c2b5e8a448bda780?flush_cache=true
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With