Metadata-Version: 1.1
Name: scilab_kernel
Version: 0.5.4
Summary: A Scilab kernel for IPython
Home-page: https://github.com/blink1073/scilab_kernel
Author: Steven Silvester
Author-email: steven.silvester@ieee.org
License: UNKNOWN
Description: A Jupyter kernel for Scilab
        
        Install as `pip install scilab_kernel`.
        
        See the installation instructions for `scilab2py <http://blink1073.github.io/scilab2py/source/installation.html>`_ and `Jupyter Notebook <http://jupyter.readthedocs.org/en/latest/install.html>`_, which are dependencies.
        
        You should have a `Scilab` entry under "New" on the Jupyter Notebook dashboard.
        
        It supports command history, the ``?`` help magic and calltips,
        plotting, and completion.  You can toggle inline plotting using ``%inline``.
        
        For details of how this works, see Jupyters's docs on `wrapper kernels
        <http://jupyter-client.readthedocs.org/en/latest/wrapperkernels.html>`_.
        
Platform: UNKNOWN
Classifier: Framework :: IPython
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Shells
