Posts tagged PyCharm

Pycharm interactive plot window breaks labels

Pycharm can hook into matplotlib to show plots in a tool window. However, this can break the (ticks) labels of the plot.

To disable, go to File -> Settings search for plot and uncheck “interactive… “.

Read more ...


Pycharm won’t start the debugger with a clean interpreter

You get something like

which means the debugger can’t find the Cython extension. Normally you get asked for that, but apparently sometimes you don’t. In that case, you can manually install it with

Read more ...