Metadata-Version: 1.1
Name: matlab_kernel
Version: 0.4
Summary: A Matlab kernel for Jupyter/IPython
Home-page: https://github.com/calysto/matlab_kernel
Author: Steven Silvester
Author-email: steven.silvester@ieee.org
License: MIT
Description: A Jupyter/IPython kernel for Matlab
        
        This requires IPython 3 and `pymatbridge <http://pypi.python.org/pypi/pymatbridge>`_.
        
        To test it, install via ``pip`` or ``setup.py``, then::
        
            ipython qtconsole --kernel=matlab_kernel
        
        Or select the Matlab Kernel in the IPython Notebook.
        
        This is based on `MetaKernel <http://pypi.python.org/pypi/metakernel>`_,
        which means it features a standard set of magics.
        
        A sample notebook is available online_.
        
        
        .. _online: http://nbviewer.ipython.org/github/Calysto/matlab_kernel/blob/master/matlab_kernel.ipynb
Platform: UNKNOWN
Classifier: Framework :: IPython
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: System :: Shells
Requires: metakernel (>=0.8)
Requires: pymatbridge
Requires: IPython (>=3.0)
