> b) The problem is with this line in our scientific startup script: >>>> from pylab import * > > Pylab adds a lot of things to your namespace by default (i.e. most numpy > and matplotlib). That's why you're seeing a huge dir output.
You can also change this script. Or better create your own and add it to the settings under the advanced settings part for the console. @Carlos: Is there possibility to have the same startup script for the ipython console? Or otherwise: could we have a setting to link to a own ipython profile? I would like to avoid, that we have to edit 1 startup script for the console and another one startup part in the ipython profile. Best we habe a modular startup script. in the console we would use: from spyderlib.startup_script import console and in the ipython profile: from spyderlib.startup_script import ipython What do you think? Best regards, Timmie -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
