From 7a0928a856f68a522b8672c90091576d81b840a0 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Fri, 15 Aug 2014 10:15:59 -0500 Subject: Add %inline toggle magic. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.rst') 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 `_. -- cgit