I am using an IPython 0.12.1 laptop to connect from a Windows computer to a Linux server running the IPython kernel. Since the X server is not installed on the Linux computer, I use the following configuration:
IPKernelApp.pylab = 'inline'
which displays the numbers in a string.
IPython closes the numbers after they are drawn in the notebook. So how can I edit the shape that was just drawn? How to add a title. The drawing process takes some time for my case, and I would appreciate playing with the figure before saving it without having to redraw it.
I tried to save the shape descriptor and work with it, but I failed.
source share