diff options
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,8 @@ To test it, install with ``setup.py``, then:: ipython qtconsole --kernel scilab -It supports command history, the ``?`` help magic, and completion. +It supports command history, the ``?`` help magic and calltips, +plotting, and completion. For details of how this works, see IPython's docs on `wrapper kernels <http://ipython.org/ipython-doc/dev/development/wrapperkernels.html>`_. |