diff options
author | Srikant Patnaik | 2016-04-28 11:08:43 +0530 |
---|---|---|
committer | Srikant Patnaik | 2016-04-28 11:08:43 +0530 |
commit | d32e3f7ec0b15d9a22ec59bebbde532899566cdf (patch) | |
tree | bc82a1f7e4db6b029237122659d369191bbad998 /README.rst | |
parent | 2e406c845c90e2810e26f566944a9ae1d2f7a8e6 (diff) | |
download | scilab_kernel-d32e3f7ec0b15d9a22ec59bebbde532899566cdf.tar.gz scilab_kernel-d32e3f7ec0b15d9a22ec59bebbde532899566cdf.tar.bz2 scilab_kernel-d32e3f7ec0b15d9a22ec59bebbde532899566cdf.zip |
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -11,10 +11,16 @@ To use it, run one of: .. code:: shell - ipython notebook + jupyter notebook # In the notebook interface, select Scilab from the 'New' menu - ipython qtconsole --kernel scilab - ipython console --kernel scilab + +.. code:: shell + + jupyter qtconsole --kernel scilab + +.. code:: shell + + jupyter console --kernel scilab This is based on `MetaKernel <http://pypi.python.org/pypi/metakernel>`_, which means it features a standard set of magics. |