Skip to content

Commit 3755cb2

Browse files
authored
Update README.rst
Added information on removing kernel listing.
1 parent 84e0457 commit 3755cb2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.rst

+7-1
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,14 @@ To use it, run one of::
1818
# In the notebook interface, select Matlab from the 'New' menu
1919
$ jupyter qtconsole --kernel matlab
2020
$ jupyter console --kernel matlab
21+
22+
To remove from kernel listings::
2123

22-
This is based on `MetaKernel <http://pypi.python.org/pypi/metakernel>`_,
24+
$ jupyter kernelspec remove matlab
25+
26+
Additional information::
27+
28+
The Matlab kernel is based on `MetaKernel <http://pypi.python.org/pypi/metakernel>`_,
2329
which means it features a standard set of magics.
2430

2531
A sample notebook is available online_.

0 commit comments

Comments
 (0)