Dear all, 2014-12-11 15:22 GMT+01:00 Todd Rme <[email protected]>: > > So in this regard, I have some suggestions: > 1. Import the more standard python scientific packages by default (as > long as they are installed). At the very least this would include > numpy, scipy, matplotlib, and pandas, but could also include things > like sympy, scikit-learn, and/or statsmodels. >
I do not agree to impose more modules. However, the startup imports script should be easily configurable. A check/uncheck interface is maybe complicated to do as the list of available modules will be system dependent... IMHO, the thing which perturbs most of new users (coming from Matlab), if the fact that Spyder (at least the one installed in WinPython) uses IPython as the standard console, with inline graphics. So the first thing we tell them to do is to switch the graphics backend to "automatic" in order to have external figures. Regards, -- 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.
