Discussion:
[Pyzo] see elements in numpy arrays in workspace
Todd
2018-04-08 18:14:55 UTC
Permalink
I trying to find away to see the individual elements of a numpy array in the workspace. I know I can print them from the command line but I want to in the workspace like I can do in Spyder. Any suggestions?

Thanks

Todd
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Almar Klein
2018-04-11 08:19:44 UTC
Permalink
Pyzo does not have that functionality (yet). If you're comfortable with
Python, you could try to add such functionality though (you can peek at
how Spyder did it, they did it very well). If you do, please submit a
pull request!

Regards,
  Almar
Post by Todd
I trying to find away to see the individual elements of a numpy array in the workspace. I know I can print them from the command line but I want to in the workspace like I can do in Spyder. Any suggestions?
Thanks
Todd
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...