jupyter-widgets / ipydatagrid

Fast Datagrid widget for the Jupyter Notebook and JupyterLab
BSD 3-Clause "New" or "Revised" License
579 stars 51 forks source link

New renderer: HyperlinkRenderer #261

Closed ibdafna closed 3 years ago

ibdafna commented 3 years ago

This PR adds a new renderer to ipydatagrid. The HyperlinkRenderer allows for rendering of text-based links in a cell. It essentially exposes the upstream work done in https://github.com/jupyterlab/lumino/pull/218 as a new widget.