My Background: Very new to Python. Using SPYDER as editor.
The issue: When i run a piece of code or open a help file in SPYDER, I am unable to control the pagination on the iPython console window.
For those who have used MATLAB: The "more (on)" or "more (off)" shows output on the Command window till the end of the page ..and when one hits the space bar it would advance one line at a time ...this is particularly useful when reading help files....I am using SPYDER now and i would like to do the same in the iPython Console "below" the editor...
I searched around the closest help I found was this: Can't get ipython console in spyder
None of them work for the SPYDER environment. Is there is an easier way to set up the SPYDER environment to do this? or is there a specific command to do so? Googling and messing around in the settings under Run / configure and Tools / Preferences has so far been useless.
Additionally, if there is a way to print the output of a variable without using the print command, Please let me know.
a = 1 print (a)
to be replaced by a ?
Please advise.