diff options
-rw-r--r-- | README.rst | 4 | ||||
-rw-r--r-- | flit.ini | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -21,6 +21,6 @@ which means it features a standard set of magics. A sample notebook is available online_. -You can specify the path to your Octave executable by creating a `SCILAB_EXECUTABLE` environmental variable. +You can specify the path to your Scilab executable by creating a `SCILAB_EXECUTABLE` environmental variable. -.. _online: http://nbviewer.ipython.org/github/blink1073/scilab_kernel/blob/master/scilab_kernel.ipynb +.. _online: http://nbviewer.ipython.org/github/calysto/scilab_kernel/blob/master/scilab_kernel.ipynb @@ -2,7 +2,7 @@ module = scilab_kernel author = Steven Silvester author-email = steven.silvester@ieee.org -home-page = https://github.com/blink1073/scilab_kernel +home-page = https://github.com/calysto/scilab_kernel requires = metakernel (>=0.10.5) description-file = README.rst classifiers = Framework :: IPython |