0.2.0 • Published 4 years ago

jupyternim-labextension v0.2.0

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

jupyternim-labextension

A Jupyter Lab extension to provide syntax highlight for Nim and Jupyternim.

Installation

Prereqs: jupyter lab

jupyter labextension install jupyternim-labextension

Development

For a development install (requires npm version 4 or later), do the following in the repository directory:

# Clone the repo to your local environment
cd jupyternim-labextension
# Install dependencies
npm install
# Install your development version of the extension
jupyter labextension install .

You can run JupyterLab in watch mode to watch for changes in the extension's source and automatically rebuild.

# Run jupyterlab in watch mode
jupyter lab --watch

Uninstall

jupyter labextension uninstall jupyternim-labextension