Issue
Is it possible to go into a specific line (row) in spyder's variable explorer?
Let's say I have a variable named my_list
containing a list of integers, how can I go and see what the nth
item is in my_list
using variable explorer?
Solution
(Spyder maintainer here) There's no way to go to a specific row in a list, Numpy array or dataframe at the moment. You have to browse manually to the position you want to inspect.
Answered By - Carlos Cordoba
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.