forked from jupyterlab-contrib/jupyterlab-contrib.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathextensions.tpl
44 lines (31 loc) · 2.82 KB
/
extensions.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
## Libraries from elsewhere
This a list of nice Jupyter Widgets libraries not part of ``jupyter-widgets-contrib`` organization.
> Feel free to edit this page to add more information by clicking on **Edit on GitHub** in the
> top right corner of this page.
### Core Widgets Libraries
- [ipywidgets](https://github.com/jupyter-widgets/ipywidgets) - Interactive widgets library for Jupyter notebooks.
- [ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet) - Interactive visualization library for Leaflet.js maps in Jupyter notebooks.
- [midicontrols](https://github.com/jupyter-widgets/midicontrols) - A Jupyter widget for midi controllers.
- [pythreejs](https://github.com/jupyter-widgets/pythreejs) - A Jupyter - Three.js bridge
### Core Jupyter Widgets Tools
- [widget-ts-cookiecutter](https://github.com/jupyter-widgets/widget-ts-cookiecutter) - Get started creating your own jupyter widgets library using TypeScript.
- [widget-cookiecutter](https://github.com/jupyter-widgets/widget-cookiecutter) - Get started creating your own jupyter widgets library using JavaScript.
### Core Tutorials
- [tutorial](https://github.com/jupyter-widgets/tutorial) - Tutorials for widgets.
### External Widgets Libraries
- [ipympl](https://github.com/matplotlib/ipympl): The Matplotlib interactive back-end for Jupyter, using ipywidgets.
- [ipychart](https://github.com/nicohlr/ipychart) - Interactive Chart.js plots in Jupyter.
- [ipycytoscape](https://github.com/cytoscape/ipycytoscape) - Widget for interactive graph visualization in Jupyter using cytoscape.js.
- [ipydagred3](https://github.com/timkpaine/ipydagred3) - Library for drawing directed acyclic graphs in jupyterlab using dagre-d3. <!--lint enable double-link-->
- [ipyvizzu](https://github.com/vizzuhq/ipyvizzu) - Animated data storytelling tool.
- [ipyvolume](https://github.com/widgetti/ipyvolume) - 3D plotting for Python in Jupyter based on widgets and WebGL.
- [ipywebrtc](https://github.com/maartenbreddels/ipywebrtc) - Video/Audio streaming in Jupyter.
- [ipyaggrid](https://github.com/widgetti/ipyaggrid) - The power of ag-Grid in Jupyter.
- [ipydatagrid](https://github.com/bloomberg/ipydatagrid) - Fast datagrid widget for Jupyter.
- [ipyregulartable](https://github.com/jpmorganchase/ipyregulartable) - High performance, editable, stylable datagrids in Jupyter.
- [ipecharts](https://github.com/trungleduc/ipecharts) - Apache Echarts Jupyter Widget.
- [ipyflex](https://github.com/trungleduc/ipyflex) - WYSIWYG layout editor for Jupyter Widget.
Widget libraries for the C++ kernel [xeus-cling](https://github.com/jupyter-xeus/xeus-cling):
- [xwidgets](https://github.com/jupyter-xeus/xwidgets) - C++ back-end for Jupyter Widgets
- [xleaflet](https://github.com/jupyter-xeus/xleaflet) - C++ back-end for jupyter leaflet widget
- [xcanvas](https://github.com/jupyter-xeus/xcanvas) - C++ back-end for ipycanvas