8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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< 6FA3 /code>
+To remove from kernel listings::
23
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>`_,
29
which means it features a standard set of magics.
30
31
A sample notebook is available online_.
0 commit comments