Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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
```