nmearl / ipywwt

Jupyter widget wrapper for the WWT javascript package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ipywwt

IPyWidget wrapper around the WWTelescope Vue-based front-end application.

Installation

Install ipywwt from the repository using

pip install git+https://github.com/nmearl/ipywwt

For development, clone the repository and install with

Usage

In your Jupyter Lab or Jupyter Notebook environment, import the WWTWidget and instantiate:

from ipywwt import WWTWidget

wwt = WWTWidget()
wwt

Building

To regenerate the built javascript and CSS files during development, use Vite to build the source:

npx vite build

About

Jupyter widget wrapper for the WWT javascript package

License:MIT License


Languages

Language:JavaScript 92.6%Language:Vue 4.1%Language:Python 2.6%Language:TypeScript 0.6%Language:Jupyter Notebook 0.1%