I installed the octave kernel for jupyter which works fine with nteract
. In Atom
I have the following packages installed: language-matlab
, language-matlab-octave
, hydrogen
and Script
. However when I load an .m file in Atom there is a red message for “No Kernel for grammar Matlab found”.
Asked
Active
Viewed 268 times
1

Kyle Kelley
- 13,804
- 8
- 49
- 78

ecjb
- 5,169
- 12
- 43
- 79
1 Answers
1
Open the settings pane in Atom and navigate to the packages section.
Next, get to Hydrogen's settings page by searching for hydrogen then clicking Hydrogen.
Scroll down to the language mapping section and set octave
(or whatever the kernel's name is) to matlab
for the language:

Kyle Kelley
- 13,804
- 8
- 49
- 78