Issue
I think that the variable explorer is showing background variables of spyder. How can I hide them?
Solution
(Spyder maintainer here) Unfortunately, those variables can't be hidden anymore. And that's a good thing because it's a reminder that you're importing pylab
by default in your consoles (which is a bad practice because your code won't be portable outside Spyder).
Answered By - Carlos Cordoba
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.