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

https://github.com/mmesch/x3d_jupyterlab

x3d mime renderer for jupyterlab
https://github.com/mmesch/x3d_jupyterlab

Last synced: 3 months ago
JSON representation

x3d mime renderer for jupyterlab

Awesome Lists containing this project

README

          

# x3d

X3D Mime renderer

## Prerequisites

* JupyterLab

## Installation

```bash
jupyter labextension install x3d
```

## Development

For a development install (requires npm version 4 or later), do the following in the repository directory:

```bash
npm install
npm run build
jupyter labextension link .
```

To rebuild the package and the JupyterLab app:

```bash
npm run build
jupyter lab build
```