Re: Notebook codemirror support for language not distributed with codemirror?
Robert Dodier <[email protected]>
| Newsgroups | gmane.comp.python.ipython.devel |
|---|---|
| Message-ID | <CAAsY_sShrORLerTigAW9mG-ATE=Tn-Uonn44y4jymWPqG7TN9w@mail.gmail.com> |
What I ended up doing for Maxima-Jupyter is to put the appropriate JS (created by hacking the one for another language) into the CodeMirror installation directory, also putting the new file name on the list of modes which is also in the CM installation. Maybe there is a better way, but I couldn't figure it out. Hope this helps, Robert Dodier