Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pschatzmann/jupyterlab-viewer-3d
A JupyterLab extension for rendering 3d files (stl, amf, obj, 3mf, gcode, collada)
https://github.com/pschatzmann/jupyterlab-viewer-3d
Last synced: 2 months ago
JSON representation
A JupyterLab extension for rendering 3d files (stl, amf, obj, 3mf, gcode, collada)
- Host: GitHub
- URL: https://github.com/pschatzmann/jupyterlab-viewer-3d
- Owner: pschatzmann
- License: bsd-3-clause
- Created: 2020-02-15T16:05:09.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T15:48:00.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T13:36:45.393Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 911 KB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jupyterlab-viewer-3d
A JupyterLab extension for rendering 3d files (stl, amf, obj, 3mf, gcode, collada)
## Prerequisites
* JupyterLab 3.0 or later
## Installation
```bash
jupyter labextension install jupyterlab-viewer-3d
```## Development
For a development install (requires npm version 4 or later), do the following in the repository directory:
```bash
npm install
jupyter labextension link .
```To rebuild the package and the JupyterLab app:
```bash
npm run build
jupyter lab build
```