jupyterlab-stan-highlight
v0.3.0
Published
Jupyterlab extension to highlight Stan syntax
Downloads
20
Maintainers
Readme
jupyterlab-stan-highlight
Jupyterlab extension to highlight Stan syntax. Modeled on the VSCode grammar and uses stan-language-definitions
Use it with CmdStanJupyter to recieve
highlighting for your %%stan
blocks in python notebooks!
Prerequisites
- JupyterLab
Installation
To install the released version from npm:
jupyter labextension install jupyterlab-stan-highlight
Development
For a development install (requires npm version 4 or later), do the following in the repository directory:
npm install
jupyter labextension link .