jupyter-widgets / pythreejs

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

Support lab 2.0 #315

Closed vidartf closed 4 years ago

vidartf commented 4 years ago

Upgrades widgets dependency to support lab 2.0 (while retaining support for older versions). Also upgrades some dev dependencies.

SylvainCorlay commented 4 years ago

You may need to change jupyterlab-plugin.ts by adding as any to base.IJupyterWidgetRegistry.

This has caused us issues in other extensions.

vidartf commented 4 years ago

@SylvainCorlay I thought this project used vanilla JS? :)

SylvainCorlay commented 4 years ago

lol indeed