diff options
author | Steven Silvester | 2014-08-15 10:15:59 -0500 |
---|---|---|
committer | Steven Silvester | 2014-08-15 10:15:59 -0500 |
commit | 7a0928a856f68a522b8672c90091576d81b840a0 (patch) | |
tree | 03e17f2f0b494a599c459b5905875aafcdb9e87a /README.rst | |
parent | 6803a16ab181d8137d5172f7d31cc72b1f352f43 (diff) | |
download | scilab_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.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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>`_. |