Codemirror syntax definition for the wren language

A JupyterLab extension.

Requirements

Install

To install the extension, execute:

pip install jupyter_wren_syntax

Uninstall

To remove the extension, execute:

pip uninstall jupyter_wren_syntax

Contributing

Development install

Note: You will need NodeJS to build the extension package.

The jlpm command is JupyterLab’s pinned version of
yarn that is installed with JupyterLab. You may use
yarn or npm in lieu of jlpm below.