We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e0457 commit 3755cb2Copy full SHA for 3755cb2
README.rst
@@ -18,8 +18,14 @@ To use it, run one of::
18
# In the notebook interface, select Matlab from the 'New' menu
19
$ jupyter qtconsole --kernel matlab
20
$ jupyter console --kernel matlab
21
+
22
+To remove from kernel listings::
23
-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>`_,
29
which means it features a standard set of magics.
30
31
A sample notebook is available online_.
0 commit comments