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
- Host: GitHub
- URL: https://github.com/mmesch/x3d_jupyterlab
- Owner: MMesch
- Created: 2018-08-01T17:21:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-01T17:23:06.000Z (almost 8 years ago)
- Last Synced: 2025-03-06T18:47:37.141Z (over 1 year ago)
- Language: TypeScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```