[IPython-User] new profile based on pylab
Thomas Kluyver
takowl@gmail....
Tue Oct 2 15:47:11 CDT 2012
On 29 September 2012 19:22, elmar werling <elmar@net4werling.de> wrote:
> load_subconfig('ipython_config.py', profile='pylab.py')
Two potential problems I see:
We no longer ship a pylab profile - rather, you start pylab mode with
the --pylab flag, or the %pylab magic command. You may have a pylab
profile from an older version, or you might have made one yourself,
but don't assume one is there. Run "ipython profile locate pylab" to
check.
Profiles are not stored in .py files (they're folders, in fact). Have
you tried with profile='pylab' ?
Thomas
More information about the IPython-User
mailing list