Which one is the best IDE for plotting using backtrader in tkinter mode in windows 10
-
Which one is the best IDE for backtrader plotting in windows 10, whereas Spyder3 with python3.6 does not plot in Tkinter mode(Spyder IDE > Tools > Preferences > IPython console > Graphics > Backend: Tkinter) anything and its only plot in Backend: Inline mode. Also in Automatic Backend mode raise an following error:
File "C:\Users\bnghp\Anaconda3\envs\py36\lib\site-packages\matplotlib\pyplot.py", line 222, in switch_backend
newbackend, required_framework, current_framework))ImportError: Cannot load backend 'TkAgg' which requires the 'tk' interactive framework, as 'qt5' is currently running
I want to know which is the best IDE to use backtrader and its plotting in seperate full screen window?
-
PyCharm IDE solve this plotting problem. I changed from Spyder IDE to PyCharm.