summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorSteven Silvester2014-08-15 10:15:59 -0500
committerSteven Silvester2014-08-15 10:15:59 -0500
commit7a0928a856f68a522b8672c90091576d81b840a0 (patch)
tree03e17f2f0b494a599c459b5905875aafcdb9e87a /README.rst
parent6803a16ab181d8137d5172f7d31cc72b1f352f43 (diff)
downloadscilab_kernel-7a0928a856f68a522b8672c90091576d81b840a0.tar.gz
scilab_kernel-7a0928a856f68a522b8672c90091576d81b840a0.tar.bz2
scilab_kernel-7a0928a856f68a522b8672c90091576d81b840a0.zip
Add %inline toggle magic.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index c83805f..0196b87 100644
--- a/README.rst
+++ b/README.rst
@@ -7,7 +7,7 @@ To test it, install with ``setup.py``, then::
ipython qtconsole --kernel scilab
It supports command history, the ``?`` help magic and calltips,
-plotting, and completion.
+plotting, and completion. You can toggle inline plotting using ``%inline``.
For details of how this works, see IPython's docs on `wrapper kernels
<http://ipython.org/ipython-doc/dev/development/wrapperkernels.html>`_.