Update: After noticing similar unexpected output when simply starting my Anaconda terminal, I figured the problem may not lie in Spyder, plus I just wanted to move on, so reinstalled Anaconda and everything is back to normal as far as I can tell. I'm just giving it a shrug for now.
On Tuesday, November 14, 2017 at 11:11:26 AM UTC-8, [email protected] wrote: > > Hi, > > I get stuff like this when I operate in the Ipython console in Spyder: > > cat = 4 > > {"version":"5.2","date":"2017-11-14T17:46:13.957256Z","session":"89931c5a-db7df03096842d6baa8cec4c","username":"username","msg_type":"execute_request","msg_id":"137b6b4b-efd47d6f328cebb58efc1134"} > {} > {} > {"code":"cat = > 4\n","silent":false,"store_history":true,"user_expressions":{},"allow_stdin":true,"stop_on_error":true} > > {"version":"5.2","date":"2017-11-14T17:46:13.990256Z","session":"89931c5a-db7df03096842d6baa8cec4c","username":"username","msg_type":"execute_request","msg_id":"032c976b-0b5db6f65349dbe5ad179a54"} > {} > {} > > {"code":"","silent":true,"store_history":true,"user_expressions":{"b55e7a62-c963-11e7-babe-f8cab82c8f21":"get_ipython().kernel.get_namespace_view()"},"allow_stdin":true,"stop_on_error":true} > > {"version":"5.2","date":"2017-11-14T17:46:13.991256Z","session":"89931c5a-db7df03096842d6baa8cec4c","username":"username","msg_type":"execute_request","msg_id":"e60bf2b3-6bc63287fba02b319b4e83ac"} > {} > {} > > {"code":"","silent":true,"store_history":true,"user_expressions":{"b55ea170-c963-11e7-a253-f8cab82c8f21":"get_ipython().kernel.get_var_properties()"},"allow_stdin":true,"stop_on_error":true} > > {"version":"5.2","date":"2017-11-14T17:46:13.991256Z","session":"89931c5a-db7df03096842d6baa8cec4c","username":"username","msg_type":"execute_request","msg_id":"5eebf369-1771083d5fb182909f90e768"} > {} > {} > > {"code":"","silent":true,"store_history":true,"user_expressions":{"b55ea171-c963-11e7-a372-f8cab82c8f21":"get_ipython().kernel.get_cwd()"},"allow_stdin":true,"stop_on_error":true} > > I guess that is the underlying json that I am seeing. I expect a silent > response to "cat = 4". > > This only happens in the spyder IPython console. IPython run in the > anaconda terminal does not do this. . > > I searched for a "verbose" setting or something like that to turn off all > this, but I couldn't find anything. > > Does anyone know what is happening and how to make it stop? > > Thanks > -- 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 https://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
