##// END OF EJS Templates
Merge pull request #1490 from minrk/raw...
Merge pull request #1490 from minrk/raw rename plaintext cell -> raw cell Raw cells should be *untransformed* when writing various output formats, as the point of them is to let users pass through IPython to their rendered document format (rst, latex, etc.). This is different from what is the logical meaning of 'plaintext', which would suggest that the contents should be preserved as unformatted plaintext (e.g. in a `<pre>` tag, or literal block). In the UI, these cells will be displayed as 'Raw Text'. WARNING: any existing v3 notebooks which use plaintext cells, when read in by versions after this merge, will silently rename those cells to 'raw'. But if such a notebook is uploaded into a pre-merge IPython, cells labeled as 'raw' will simply *not be displayed*.

File last commit:

r4242:1f01689d
r6480:a0e0f391 merge
Show More
ipengine.1
42 lines | 1.0 KiB | application/x-troff | GroffLexer
.TH IPENGINE 1 "July 15, 2011" "" ""
.SH NAME
\fBipengine \- IPython parallel computing engine control tool
.SH SYNOPSIS
.nf
.fam C
\fBipengine\fP [\fIoptions\fP]
.fam T
.fi
.SH DESCRIPTION
ipengine is a control tool for IPython's parallel computing functions.
.SH OPTIONS
.TP
.B
\-h, \-\-help
show this help message and exit
.TP
.B
\-\-profile=name
The name of the IPython configuration profile to use.
.TP
.B
\-\-file=URL_FILE
The JSON file containing the connection information of the controller.
.TP
.B
\-\-mpi=MPI
How to enable MPI (mpi4py, pytrilions, or empty string to disable)
.TP
.B
\-l LOGFILE, \-\-logfile=LOGFILE
log file name (defaults to stdout)
.SH SEE ALSO
.BR ipython(1), ipcluster(1), ipcontroller(1)
.br
.SH AUTHOR
\fBipengine\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). Modified by Fernando Perez
<Fernando.Perez@berkeley.edu> for inclusion in IPython.