Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Wolfram Language #1014

Merged
merged 1 commit into from Dec 11, 2022
Merged

Add support for Wolfram Language #1014

merged 1 commit into from Dec 11, 2022

Commits on Nov 17, 2022

  1. Add support for Wolfram Language

    This adds support for Wolfram Language notebooks. For background, see:
      https://github.com/WolframResearch/WolframLanguageForJupyter
    
    Unfortunately, the way the Wolfram Language Jupyter kernel was designed
    poses a couple of issues with jupytext which I had to work around in
    this commit:
    
     - The language_info name is "Wolfram Language", which has unusual
       capitalization and whitespace. jupytext is mostly fine with this,
       except for Rmd where I had to hack around it in the parser.
    
     - The file extension is .m which clashes with Matlab. The current code
       structure seems to assume that an extension always maps to a single
       language. I worked around it by inventing a new extension (.wolfram),
       which is clearly not great but works fine for most use cases.
    dechamps committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    37f3f1f View commit details
    Browse the repository at this point in the history