Skip to content

jupyter-widgets/pythreejs

Repository files navigation

pythreejs

A Python / ThreeJS bridge utilizing the Jupyter widget infrastructure.

Screencast

Getting Started

Try it online with Binder

Binder

Installation

Using pip:

pip install pythreejs jupyter nbextension enable --py --sys-prefix pythreejs 

Using conda

$ conda install -c conda-forge pythreejs 

For a development installation (requires npm):

$ git clone https://github.com/jovyan/pythreejs.git $ cd pythreejs $ pip install -e . $ jupyter nbextension install --py --symlink --sys-prefix pythreejs $ jupyter nbextension enable --py --sys-prefix pythreejs 

Note for developers: the --symlink argument on Linux or OS X allows one to modify the JavaScript code in-place. This feature is not available with Windows.

About

A Jupyter - Three.js bridge

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 27