Skip to content

stonebig/pythreejs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pythreejs

A Python / ThreeJS bridge utilizing the Jupyter widget infrastructure.

Note

This README concerns pythreejs version 0.2.0 beta 2.

Installation

pip install --pre pythreejs
jupyter nbextension enable --py 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 --user pythreejs
$ jupyter nbextension enable --py --user 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 Python/ThreeJS bridge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.5%
  • Python 23.5%