Skip to content

Latest commit

 

History

History
69 lines (50 loc) · 1.99 KB

README.rst

File metadata and controls

69 lines (50 loc) · 1.99 KB

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