Hi Richard The Variable Explorer shows the namespace contents (all global object references, such as variables, functions, modules, etc.) of the currently selected IPython Console session, and allows you to interact with them through a variety of GUI-based editors. Please follow this link <https://docs.spyder-ide.org/variableexplorer.html>
To see name contents in variable explorer just run the following code and I'm sure you will get entities in the variable explorer import numpy as np a=6 b=7 c=np.pi Cordially ------ On Tuesday, 21 April 2020 00:13:19 UTC+5:30, Richard Mchau wrote: > > Hi all, > I am new to Python. Launched Spyder and typed a few lines of code from the > book I am using. Sadly, my IDE doesn't seem to show what the book is > showing. I have done the following...went to the Anaconda Powershell and > run conda install numpy. It was successful. Yet I can't see anything on the > Variable explorer. What am I missing. Attached are the images > > > Thanks for your help! > -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/spyderlib/40ce5408-2efd-4636-97ff-2858e054fd71%40googlegroups.com.
