From d32e3f7ec0b15d9a22ec59bebbde532899566cdf Mon Sep 17 00:00:00 2001 From: Srikant Patnaik Date: Thu, 28 Apr 2016 11:08:43 +0530 Subject: added jupyter in place of ipython --- README.rst | 12 +++++++++--- 1 file 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 `_, which means it features a standard set of magics. -- cgit