jupyter-widgets / pythreejs

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

Ipy3.1.0 #17

Closed cekees closed 9 years ago

cekees commented 9 years ago

I'm happy to set the base to some other branch--wasn't sure which one to apply to. Also, I put in some of @jdfreder's jupyter-pip support in the setup.py, which required some rearranging to the directory tree. I can do the PR on the commit prior to those changes, if that's preferable.

jasongrout commented 9 years ago

This is a great branch to submit to. Can you make the jupyter-pip not part of this, though? I'd like to keep the javascript separate from the python, but to do that, we'd need to add an option in the jupyterpip to honor the destination parameter for installing nbextensions.

Also, you might pull my latest commit, which updates the camera position as it moves around the scene.

jasongrout commented 9 years ago

Thanks for working with this!

jasongrout commented 9 years ago

@cekees - can you check to see if the master version works in IPython 3.1? I made some changes that I think take care of backwards compatibility.