Custom syntax highlighting for TAGML in the CodeMirror-based editor of jupyterlab
- JupyterLab
To install using pip:
jupyter labextension install tagml-extensionFor a development install (requires npm version 4 or later), do the following in the repository directory:
npm install
jupyter labextension link .