Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pschatzmann/jupyterlab-openscad-syntax-highlighting

Syntax-Highlighting for OpenSCAD in Jupyterab
https://github.com/pschatzmann/jupyterlab-openscad-syntax-highlighting

Last synced: 12 days ago
JSON representation

Syntax-Highlighting for OpenSCAD in Jupyterab

Awesome Lists containing this project

README

        

# jupyterlab-openscad-syntax-highliting

Syntax Highlighting for the OpenSCAD language in Jupyterlab

## Requirements

* JupyterLab >= 1.0

## Install

```bash
jupyter labextension install jupyterlab-openscad-syntax-highlighting
```

## Install from Source

### Install

```bash
# Clone the repo to your local environment
git clone https://github.com/pschatzmann/jupyterlab-openscad-syntax-highlighting.git
# Move to jupyterlab-openscad-syntax-highliting directory
cd jupyterlab-openscad-syntax-highlighting
# Link your development version of the extension with JupyterLab
npm install
jupyter labextension link .
```

### Uninstall

```bash
jupyter labextension uninstall jupyterlab-openscad-syntax-highlighting
```