How to make matplotlib work in ipython console connecting to a remote ipython kernel

272 Views Asked by At

I started a ipython kernel on a Ubuntu machine and would like to connect it from a (qt)console from windows to run some matplotlib plotting code, it work when I set the remote kernel to use the inline backend, however how I can make it work with a qt backend? i.e. I need a separated window popup for plot on my windows side instead of a inline (small) plot with the console? thanks

0

There are 0 best solutions below