You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions.tpl
+29Lines changed: 29 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,3 +5,32 @@ This a list of nice Jupyter Widgets libraries not part of ``jupyter-widgets-cont
5
5
6
6
> Feel free to edit this page to add more information by clicking on **Edit on GitHub** in the
7
7
> top right corner of this page.
8
+
9
+
### Core Widgets Libraries
10
+
11
+
- [ipywidgets](https://github.com/jupyter-widgets/ipywidgets) - Interactive widgets library for Jupyter notebooks.
12
+
- [ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet) - Interactive visualization library for Leaflet.js maps in Jupyter notebooks.
13
+
- [midicontrols](https://github.com/jupyter-widgets/midicontrols) - A Jupyter widget for midi controllers.
14
+
- [pythreejs](https://github.com/jupyter-widgets/pythreejs) - A Jupyter - Three.js bridge
15
+
16
+
### Core Jupyter Widgets Tools
17
+
18
+
- [widget-ts-cookiecutter](https://github.com/jupyter-widgets/widget-ts-cookiecutter) - Get started creating your own jupyter widgets library using TypeScript.
19
+
- [widget-cookiecutter](https://github.com/jupyter-widgets/widget-cookiecutter) - Get started creating your own jupyter widgets library using JavaScript.
20
+
21
+
### Core Tutorials
22
+
23
+
- [tutorial](https://github.com/jupyter-widgets/tutorial) - Tutorials for widgets.
24
+
25
+
### Widgets Libraries
26
+
27
+
- [ipympl](https://github.com/matplotlib/ipympl): The Matplotlib interactive back-end for Jupyter, using ipywidgets.
28
+
- [ipychart](https://github.com/nicohlr/ipychart) - Interactive Chart.js plots in Jupyter.
29
+
- [ipycytoscape](https://github.com/cytoscape/ipycytoscape) - Widget for interactive graph visualization in Jupyter using cytoscape.js.
30
+
- [ipydagred3](https://github.com/timkpaine/ipydagred3) - Library for drawing directed acyclic graphs in jupyterlab using dagre-d3. <!--lint enable double-link-->
31
+
- [ipyvizzu](https://github.com/vizzuhq/ipyvizzu) - Animated data storytelling tool.
32
+
- [ipyvolume](https://github.com/widgetti/ipyvolume) - 3D plotting for Python in Jupyter based on widgets and WebGL.
33
+
- [ipywebrtc](https://github.com/maartenbreddels/ipywebrtc) - Video/Audio streaming in Jupyter.
34
+
- [ipyaggrid](https://github.com/widgetti/ipyaggrid) - The power of ag-Grid in Jupyter.
35
+
- [ipydatagrid](https://github.com/bloomberg/ipydatagrid) - Fast datagrid widget for Jupyter.
36
+
- [ipyregulartable](https://github.com/jpmorganchase/ipyregulartable) - High performance, editable, stylable datagrids in Jupyter.
0 commit comments