jupyrdf / ipyradiant

Jupyter widgets for working with RDF graphs.
BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

Support jupyterlab 3 #96

Closed zwelz3 closed 3 years ago

zwelz3 commented 3 years ago

Binder

Update to JL3 and pin cytoscape to latest version

Closes #72

nrbgt commented 3 years ago

ipywidgets 8 is coming soon... you'll probably want to pin that in your project, as well as install_requires, e.g. ipywidgets >=7.6,<8 until we know for sure what the damage will be...

zwelz3 commented 3 years ago

Okay all green. Thanks for helping locate everything @nrbgt