##// END OF EJS Templates
Config system is finished!...
Config system is finished! * New load_subconfig(fname) function is available the namespace that config files are exec'd in. This can be used to load subconfigs. The implementation is a bit crazy, but Python is amazing and it works! See examples of its usage in IPython/config/profile. * Fully working example config files and profiles in IPython/config/default and IPython/config/profiles. Copy these to you .ipython dir and start playing around!

File last commit:

r2098:5d6f848d
r2258:f38cafce
Show More
ipython-wx.1
25 lines | 661 B | application/x-troff | GroffLexer
.TH IPYTHON-WX 1 "October 29, 2008" "" ""
.SH NAME
\fBipython-wx \- Graphical frontend that embeds a multithreaded IPython Shell
.SH SYNOPSIS
.nf
.fam C
\fBipython-wx\fP
.fam T
.fi
.SH DESCRIPTION
ipython-wx is, compared to ipythonx, a more advanced graphical frontend
to IPython. It is implemented using WxWidgets.
.SH OPTIONS
.TP
.B
ipython-wx does not accept any command line options.
.SH SEE ALSO
.BR ipython(1), ipythonx(1)
.br
.SH AUTHOR
\fBipython-wx\fP is a tool that ships with IPython, created by
the IPython Development Team.
.PP
This manual page was written by Stephan Peijnik <debian@sp.or.at>,
for the Debian project (but may be used by others).