Skip to content

cosmicds/ipywwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ipywwt

Installation

pip install ipywwt

Development

In your development environment, install the package in editable mode:

pip install -e .

The widget front-end code bundles it's JavaScript dependencies. After setting up Python, make sure to install these dependencies locally:

npm install

Example usage

Open Widget.ipynb in JupyterLab, VS Code, or your favorite editor to see an example of how to use the widget.

The widget also works with Solara. To see an example of how to use the widget in Solara, run the following commands:

pip install solara
solara run notebooks/solara_test.py

About

Jupyter widget wrapper for the WWT javascript package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors