On 12/14/2014 04:41 PM, Srinivasan Rajaraman wrote:
Hi,I am new to using Spyder. I am now using Spyder 2.3.1 version. When I type "scientific" in Spyder, it says the following: /*Within Spyder, this interpreter also provides:*/ /* * special commands (e.g. %ls, %pwd, %clear)*/ /* * system commands, i.e. all commands starting with '!' are subprocessed*/ /* (e.g. !dir on Windows or !ls on Linux, and so on)*/ / / However, %clear command does not work correctly. I get the following: /*>>> %clear*/ /*Traceback (most recent call last):*/ /* File "<stdin>", line 1, in <module>*/ /* File "C:\Users\Sripa\Anaconda3\lib\site-packages\spyderlib\widgets\externalshell\sitecustomize.py", line 648, in evalsc*/ /* raise NotImplementedError("Unsupported command: '%s'" % command)*/ /*NotImplementedError: Unsupported command: 'clear'*/ / / Could somebody tell me if my Spyder implementation in incorrect? If not, what is missing?
Are you in the Python console or the Ipython console?
Regards, Srini
-- Adrian Klaver [email protected] -- 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.
