summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSrikant Patnaik2016-04-28 11:08:43 +0530
committerSrikant Patnaik2016-04-28 11:08:43 +0530
commitd32e3f7ec0b15d9a22ec59bebbde532899566cdf (patch)
treebc82a1f7e4db6b029237122659d369191bbad998
parent2e406c845c90e2810e26f566944a9ae1d2f7a8e6 (diff)
downloadscilab_kernel-master.tar.gz
scilab_kernel-master.tar.bz2
scilab_kernel-master.zip
added jupyter in place of ipythonHEADmaster
-rw-r--r--README.rst12
1 files changed, 9 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 703f937..b10ec42 100644
--- a/README.rst
+++ b/README.rst
@@ -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.