Skip to content

WardBrian/jupyterlab-stan-highlight

 
 

Repository files navigation

jupyterlab-stan-highlight

Note: The breaking changes in Jupyterlab 4 have broken this extension. It still functions in Jupyterlab 3. Help updating is appreciated!

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 .

About

Jupyterlab extension to highlight Stan syntax

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 56.7%
  • Stan 30.9%
  • Jupyter Notebook 7.3%
  • Python 5.1%