No project description provided
Project description
A Matlab kernel for Jupyter
===========================
Prerequisites: Install `Jupyter Notebook <http://jupyter.readthedocs.org/en/latest/install.html>`_ and the
`Matlab engine for Python <https://www.mathworks.com/help/matlab/matlab-engine-for-python.html>`_.
To install::
$ pip install matlab_kernel
# or `pip install git+https://github.com/Calysto/matlab_kernel`
# for the devel version.
To use it, run one of::
$ jupyter notebook
# In the notebook interface, select Matlab from the 'New' menu
$ jupyter qtconsole --kernel matlab
$ jupyter console --kernel matlab
To remove from kernel listings::
$ jupyter kernelspec remove matlab
Additional information::
The Matlab kernel 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_.
A note about plotting. After each call to Matlab, we ask Matlab to save any
open figures to image files whose format and resolution are defined using the
``%plot`` magic. The resulting image is shown inline in the notebook. You can
use ``%plot native`` to raise normal Matlab windows instead.
Advanced Installation Notes::
We automatically install a Jupyter kernelspec when installing the python package. This location can be found using ``jupyter kernelspec list``. If the default location is not desired, you can remove the directory for the octave kernel, and install using python -m matlab_kernel install. See python -m matlab_kernel install --help for available options.
.. _online: http://nbviewer.ipython.org/github/Calysto/matlab_kernel/blob/master/matlab_kernel.ipynb
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
matlab_kernel-0.15.0.tar.gz
(7.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file matlab_kernel-0.15.0.tar.gz.
File metadata
- Download URL: matlab_kernel-0.15.0.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce1b8ca3fff176c225c0ff823d5ef6057b5f5cc03101b53e406ec0726c21a9cd
|
|
| MD5 |
915b49eedfdc2f941eae43a7e5bc484c
|
|
| BLAKE2b-256 |
c5ffb5d55074d7cccb82ef47910e8ba2af2297e17773fcbfd8a80a82f6f5dff5
|
File details
Details for the file matlab_kernel-0.15.0-py2.py3-none-any.whl.
File metadata
- Download URL: matlab_kernel-0.15.0-py2.py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f18659e04e9645b79515e0ce83dff4f49c93f2dce055ec97dd65f1c34bd31482
|
|
| MD5 |
b1e725b39f6289f5e4ff565cc08f958c
|
|
| BLAKE2b-256 |
74f98387c1887df4544530a3a979330a96e759d24c4aa02826171e90666e0dde
|