You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to license issues, I have been using Spyder standalone since version 3 and now 5. Though have to change the python interpreter from time to time, I'm quite happy with the version 5. Lately when I recommend others to use, which they installed version 6, things get messy.
What steps reproduce the problem?
Install Spyder 6 standalone on Windows 10.
Install Python3 via windows installer (pip and environment variable checked).
Change python interpreter inside Spyder, and install spyder-kernels via pip as instructed.
Restart Spyder.
Change graphics backend from inline to Qt.
Install all necessary modules: numpy, matplotlib, PyQt5, etc
Run a simple code plt.imread(), plt.imshow().
What is the expected output? What do you see instead?
Most people can get in done, but will have one or two still getting the graphics displayed as inline. We tried several methods but end up changing to Tk backend. It's not really a functionality issue, but user experience issue, why our previous method no longer works, and/or why upgrading is unfriendly.
Suggestion: is it possible to make Qt as default? inline is really inconvenient and impractical for image processing, perhaps drop it? XD
Other: changing the language version without virtual environment, could it be improved? Currently have to change path environment or delete the whole thing just to ensure pip has no conflict.
Cheers
The text was updated successfully, but these errors were encountered:
Problem Description
Due to license issues, I have been using Spyder standalone since version 3 and now 5. Though have to change the python interpreter from time to time, I'm quite happy with the version 5. Lately when I recommend others to use, which they installed version 6, things get messy.
What steps reproduce the problem?
What is the expected output? What do you see instead?
Most people can get in done, but will have one or two still getting the graphics displayed as inline. We tried several methods but end up changing to Tk backend. It's not really a functionality issue, but user experience issue, why our previous method no longer works, and/or why upgrading is unfriendly.
Suggestion: is it possible to make Qt as default? inline is really inconvenient and impractical for image processing, perhaps drop it? XD
Other: changing the language version without virtual environment, could it be improved? Currently have to change path environment or delete the whole thing just to ensure pip has no conflict.
Cheers
The text was updated successfully, but these errors were encountered: