Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pschatzmann/jupyterlab-openscad-syntax-highlighting
- Owner: pschatzmann
- Created: 2020-02-28T07:35:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-28T08:59:05.000Z (almost 5 years ago)
- Last Synced: 2024-12-18T05:48:40.583Z (16 days ago)
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```