我更新了我的 ipython notebook gist,但为什么 nbviewer 没有更新?
I updated my ipython notebook gist, but why didn't nbviewer update?
我在这里更新了 ipython 笔记本要点:
https://gist.github.com/rsignell-usgs/aa12c2b5e8a448bda780
但是这里的 nbviewer link:
http://nbviewer.ipython.org/gist/rsignell-usgs/aa12c2b5e8a448bda780
还在展示我的旧笔记本。我尝试刷新清除浏览器缓存,但它仍然显示旧笔记本。
不应该更新吗?
这是一个 nbviewer
常见问题.
基本上更新需要10分钟左右,但是如果你想
强制它,你可以添加 ?flush_cache=true
到 nbviewer URL.
所以尝试这样做:
http://nbviewer.ipython.org/gist/rsignell-usgs/aa12c2b5e8a448bda780?flush_cache=true
我在这里更新了 ipython 笔记本要点:
https://gist.github.com/rsignell-usgs/aa12c2b5e8a448bda780
但是这里的 nbviewer link:
http://nbviewer.ipython.org/gist/rsignell-usgs/aa12c2b5e8a448bda780
还在展示我的旧笔记本。我尝试刷新清除浏览器缓存,但它仍然显示旧笔记本。
不应该更新吗?
这是一个 nbviewer 常见问题.
基本上更新需要10分钟左右,但是如果你想
强制它,你可以添加 ?flush_cache=true
到 nbviewer URL.
所以尝试这样做:
http://nbviewer.ipython.org/gist/rsignell-usgs/aa12c2b5e8a448bda780?flush_cache=true