diff options
author | Steven Silvester | 2014-08-09 11:12:54 -0500 |
---|---|---|
committer | Steven Silvester | 2014-08-09 11:12:54 -0500 |
commit | 69bdc670fde7c8acf52ceff78c57f493340230a2 (patch) | |
tree | 6c45ba001c310e52f953b4a34d4087daf7ed325c /README.rst | |
parent | 1b464668edaf8e5d60c9e8e2e1eb963caab4bf43 (diff) | |
download | scilab_kernel-69bdc670fde7c8acf52ceff78c57f493340230a2.tar.gz scilab_kernel-69bdc670fde7c8acf52ceff78c57f493340230a2.tar.bz2 scilab_kernel-69bdc670fde7c8acf52ceff78c57f493340230a2.zip |
Finished initial working setup with completion and _
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ To test it, install with ``setup.py``, then:: ipython qtconsole --kernel scilab -It supports command history, calltips, the ``?`` help magic, and completion. +It supports command history, the ``?`` help magic, and completion. For details of how this works, see IPython's docs on `wrapper kernels <http://ipython.org/ipython-doc/dev/development/wrapperkernels.html>`_. |