0.2.0 • Published 5 years ago
jupyternim-labextension v0.2.0
jupyternim-labextension
A Jupyter Lab extension to provide syntax highlight for Nim and Jupyternim.
Installation
Prereqs: jupyter lab
jupyter labextension install jupyternim-labextensionDevelopment
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 --watchUninstall
jupyter labextension uninstall jupyternim-labextension