1

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”.

Kyle Kelley
  • 13,804
  • 8
  • 49
  • 78
ecjb
  • 5,169
  • 12
  • 43
  • 79

1 Answers1

1

Open the settings pane in Atom and navigate to the packages section.

settings pane in atom

Next, get to Hydrogen's settings page by searching for hydrogen then clicking Hydrogen.

hydrogen in the settings pane

Scroll down to the language mapping section and set octave (or whatever the kernel's name is) to matlab for the language:

mapping octave to matlab in hydrogen

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