jupyter-widgets / pythreejs

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

Ensure we resolve any local texture URLs #174

Closed vidartf closed 6 years ago

vidartf commented 6 years ago

Should be resolved relative to notebook location. Use util on widgets to ensure we get the correct location.

Fixes #165.

vidartf commented 6 years ago

This needs jupyter-widgets/ipywidgets#2043 in order to work as intended.