Am Freitag, 19. März 2010 11:39:02 UTC+1 schrieb Duim:
>
> First of all: I really like Spyder and use it all the time.
>
> question: Is there a command within Spyder to clear the shell and the
> workspace?
>
If you want to clear the shell in order to avoid confusing different 
outputs you can use something like *print('n'*1000)*  in your script as 
shorter yet less elegant alternative to the os.system call. 
Altertanively you could use an Ipython console which features numbered 
outputs.

Restarting the Python Interpreter will reset both shell and workspace.
So what about a "Clear Console" option in the "Interactive console" menu 
similar to the Clear button of GIMP's Python console?


-- 
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 post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to