Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

spyder Ipython console buffer

Tags:

I'm using Spyder 3.5 and trying to change the number of IPython Console buffer line. The default is 500 lines. But no matter what number I change to, the limit is still 500, and I cannot scroll back beyond 500 lines. I also open a new console after changing the preference but it still doesn't work. Any idea why?

Screenshot of my setting in Preferences

like image 342
user87313 Avatar asked Oct 27 '16 03:10

user87313


People also ask

How do I use IPython console on Spyder?

Spyder can launch new IPython instances itself, through “Open an IPython console” under the Consoles menu, the IPython Console pane menu or its context menu ( Ctrl - T by default), to take advantage of the full suite of Spyder's features.

How do you run codes on Spyder terminal?

To execute the program, select Run -> Run (or press F5), and confirm the Run settings if required. If so, then you have just run your first Python program - well done.

How do you open log history on Spyder?

The History Log is stored in the . spyder-py3 (Python 3) or spyder (Python 2) directory in your user home folder (by default, C:/Users/username on Windows, /Users/username for macOS, and typically /home/username on GNU/Linux).


1 Answers

Change your settings in the IPython console rubric (Tools->Preferences->IPython console). Also make sure to reload spyder or open a new Ipython console for the changes to take effect.

Settings of Spyder

like image 178
Piccolo Avatar answered Sep 23 '22 21:09

Piccolo