Hi,
I've tried both the sage: repl
and sage -n jupyter
, but in the first case, the plot is a png that gets opened with an image viewer and in the second case it's still an image embedded in the jupyter notebook. Is it possible to do interactive zooming/panning with the mouse at all? It's possible with matplotlib directly in Jupyter and on the repl, you can use qtagg/tkagg/etc. But I can't figure out how to do it with sage.
thanks!