I just started using python. Mostly the output that I have will be 2D-graphs, so I figured matplotlib is the way to go.
When coding I usually position my windows similar to the following screenshot. I assigned hotkeys to these positions using BetterSnapTool on OSX.
Problem is, that I cannot reposition the python output. Instead of the graph, the python notebook will be repositioned. Is there a possible workaround?
[Of course I could manually move the figure every time, but this always costs some time and focus.]