Skip to content

Commit b8dad68

Browse files
authored
Merge pull request #7 from martinRenou/add_extensions
Add C++ libraries
2 parents 56847e5 + cd64295 commit b8dad68

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

extensions.tpl

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This a list of nice Jupyter Widgets libraries not part of ``jupyter-widgets-cont
2222

2323
- [tutorial](https://github.com/jupyter-widgets/tutorial) - Tutorials for widgets.
2424

25-
### Widgets Libraries
25+
### External Widgets Libraries
2626

2727
- [ipympl](https://github.com/matplotlib/ipympl): The Matplotlib interactive back-end for Jupyter, using ipywidgets.
2828
- [ipychart](https://github.com/nicohlr/ipychart) - Interactive Chart.js plots in Jupyter.
@@ -34,3 +34,9 @@ This a list of nice Jupyter Widgets libraries not part of ``jupyter-widgets-cont
3434
- [ipyaggrid](https://github.com/widgetti/ipyaggrid) - The power of ag-Grid in Jupyter.
3535
- [ipydatagrid](https://github.com/bloomberg/ipydatagrid) - Fast datagrid widget for Jupyter.
3636
- [ipyregulartable](https://github.com/jpmorganchase/ipyregulartable) - High performance, editable, stylable datagrids in Jupyter.
37+
38+
Widget libraries for the C++ kernel [xeus-cling](https://github.com/jupyter-xeus/xeus-cling):
39+
40+
- [xwidgets](https://github.com/jupyter-xeus/xwidgets) - C++ back-end for Jupyter Widgets
41+
- [xleafet](https://github.com/jupyter-xeus/xleafet) - C++ back-end for jupyter leaflet widget
42+
- [xcanvas](https://github.com/jupyter-xeus/xcanvas) - C++ back-end for ipycanvas

0 commit comments

Comments
 (0)