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
- Host: GitHub
- URL: https://github.com/quansight/jupyterlab-immerse
- Owner: Quansight
- Created: 2019-04-02T00:52:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-23T04:29:14.000Z (over 4 years ago)
- Last Synced: 2025-03-10T15:17:09.429Z (over 1 year ago)
- Language: Python
- Size: 79.1 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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
```