summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-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.