stisa / jupyternim-labextension

Jupyter lab extension for nim/jupyternim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Jupyter lab extension for nim/jupyternim

License:MIT License


Languages

Language:JavaScript 98.3%Language:Python 1.7%