QuantStack / glue-jupyterlab

Glue JupyterLab Extension
https://glue-jupyterlab.readthedocs.io
BSD 3-Clause "New" or "Revised" License
18 stars 7 forks source link

Unify links #68

Closed brichet closed 1 year ago

brichet commented 1 year ago

This PR unifies the links by creating a unique schema/interface for advanced links and component links.

These links are loaded in the shared glue session to use it the same way in the frontend and in the backend (in glue_session.py in a follow up PR).

It also fixes the special case of the advanced links in the General category, which are actually component links.

github-actions[bot] commented 1 year ago

Binder :point_left: Launch a Binder on branch _brichet/glue-lab/unifylinks

brichet commented 1 year ago

Thanks @trungleduc, I added a test on the links in the ydocument and simplified the advanced attribute selection.

trungleduc commented 1 year ago

Thanks @brichet