Hello, I’ve been playing with Jupyter doing plots using a variety of tools; Matplotlib and CW’s built-in .plot()
function (which uses Panda I think). However, after a while in one specific notebook, cw.plot()
just don’t show any more.
Here are some examples… You can see the Panda plot prints the little widget but not the graph itself. cw.plot()
should show up in Out[39]
but not there…
Any idea why this might happen? If I create a new ipynb
file, it works fine but I don’t want to recreate the file each time this happens…and it happened a few times.
And here’s what it looks like in a new file.
Interestingly(!), if I refresh the page in the browser, then the graphs will show! I tried different browsers on the same Jupyter file but it’s the same behaviour.
Is it some weird caching issue or something else?