jupyter-widgets / pythreejs

A Jupyter - Three.js bridge
https://pythreejs.readthedocs.io
Other
951 stars 188 forks source link

Make npm module #40

Closed SylvainCorlay closed 8 years ago

SylvainCorlay commented 8 years ago

This is separating the js into an installable npm module and using npm only for installation. This also allows to remove the local copy of threejs and only keep the custom controls and renderers.

Seems to be working but more testing is required.

jasongrout commented 8 years ago

Thanks! I'll test all of these changes together when the new notebook comes out, before releasing.