jupyter-widgets / pythreejs

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

Lazy-load widgets in jupyterlab #297

Closed nrbgt closed 4 years ago

nrbgt commented 4 years ago

This lazy-loads the main widgets (and therefore THREE) in lab with require.ensure. This cuts ~6mb off a dev vendors~main, and 1.1mb off a prod one, ignoring the sourcemap changes.