##// END OF EJS Templates
Merge pull request #2179 from dopplershift/pylab-switch...
Merge pull request #2179 from dopplershift/pylab-switch Enable switching %pylab mode between inline and a single gui mode in a single notebook. With this merge, `%pylab` can be called interactively to toggle inline/GUI (matplotlib floating windows) mode. After initializing `%pylab inline`, now one can call `%pylab` without arguments to activate the default GUI or ask for a specific one as usual. IPython will detect if a different GUI is requested if one was already activated and will refuse to do so (to prevent multiple event loops from running concurrently, which often leads to problems).

File last commit:

r7781:53f5858c
r8027:6dac6929 merge
Show More
iplogger.1
25 lines | 658 B | application/x-troff | GroffLexer
MinRK
minimize manpages...
r7415 .TH IPLOGGER 1 "June 10, 2012" "" ""
Julian Taylor
add a manpage for iplogger...
r4276 .SH NAME
MinRK
minimize manpages...
r7415 iplogger \- IPython logging utility for parallel computing.
.SH SYNOPSIS
.B iplogger
.RI [ options ]
Julian Taylor
add a manpage for iplogger...
r4276 .SH DESCRIPTION
MinRK
minimize manpages...
r7415 Start an IPython log aggregator.
Julian Taylor
add a manpage for iplogger...
r4276 IPython controllers and engines (and your own processes) can broadcast log
MinRK
minimize manpages...
r7415 messages over zeromq to a single logger instance.
Matthias BUSSONNIER
change minus to \- or \(hy n manpages...
r7781 For more information on how to use iplogger, see 'iplogger \-\-help',
or 'iplogger \-\-help\-all' for all available command\(hyline options.
MinRK
minimize manpages...
r7415
.SH "SEE ALSO"
Julian Taylor
add a manpage for iplogger...
r4276 .BR ipython(1),
.BR ipcontroller(1),
MinRK
minimize manpages...
r7415 .BR ipengine(1),
.BR ipcluster(1)
Julian Taylor
add a manpage for iplogger...
r4276 .br
.SH AUTHOR
\fBiplogger\fP is a tool that ships with IPython, created by
the IPython Development Team.