lineupjs / lineup_widget

Jupyter Widget wrapper for Lineup.js
https://lineup.js.org
BSD 3-Clause "New" or "Revised" License
12 stars 6 forks source link

Working in Jupyerlab 3 ? #13

Open atiro opened 3 years ago

atiro commented 3 years ago

Would be interested to try the widget out but (trying to run the example notebook) I'm not seeing the instantiated widget, just the code call being returned:

LineUpWidget(value=[], layout=Layout(align_self='stretch', height='600px'), options={'rowHeight': 20})

Also seeing an error "Exception opening new comm" in console.

Not sure if this is issue with my local setup or the widget doesn't work with 3.0 ?