IPyWidget wrapper around the WWTelescope Vue-based front-end application.
Install ipywwt
from the repository using
pip install git+https://github.com/nmearl/ipywwt
For development, clone the repository and install with
In your Jupyter Lab or Jupyter Notebook environment, import the WWTWidget and instantiate:
from ipywwt import WWTWidget
wwt = WWTWidget()
wwt
To regenerate the built javascript and CSS files during development, use Vite to build the source:
npx vite build