Skip to content

Issues with Javascript magic #53

@nmingotti

Description

@nmingotti

It seems Javascript magic is not recognized.

Example:
%%javascript
console.log("hello world")
==> Error, Unknown magic "javascript".

My aim in using Javascript magic is to run the following code
to enable numbering of LaTeX equations:

%%javascript
MathJax.Hub.Config({ TeX: { equationNumbers: { autoNumber: "AMS" } } });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions