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

https://github.com/quansight/jupyterlab-immerse

Jupyter server and lab extensions for deploying OmniSci immerse side-by-side with the notebook server and JupyterLab
https://github.com/quansight/jupyterlab-immerse

Last synced: over 1 year ago
JSON representation

Jupyter server and lab extensions for deploying OmniSci immerse side-by-side with the notebook server and JupyterLab

Awesome Lists containing this project

README

          

# jupyterlab-immerse

A JupyterLab extension providing a launcher item to open Immerse.

## Prerequisites

* JupyterLab

## Installation

```bash
jupyter labextension install jupyterlab-immerse
```

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