Skip to content
/ ipywwt Public

Jupyter widget wrapper for the WWT javascript package

License

Notifications You must be signed in to change notification settings

nmearl/ipywwt

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published