Skip to content

Commit a771dc7

Browse files
authored
Update README.md
1 parent ba34a15 commit a771dc7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Python debugger (pdb) - [blog post](https://www.blog.pythonlibrary.org/2018/10/1
2424
[blackcellmagic](https://github.com/csurfer/blackcellmagic) - Code formatting for jupyter notebooks.
2525
[pivottablejs](https://github.com/nicolaskruchten/jupyter_pivottablejs) - Drag n drop Pivot Tables and Charts for jupyter notebooks.
2626
[qgrid](https://github.com/quantopian/qgrid) - Pandas `DataFrame` sorting.
27+
[ipysheet](https://github.com/QuantStack/ipysheet) - Jupyter spreadsheet widget.
2728
[nbdime](https://github.com/jupyter/nbdime) - Diff two notebook files, Alternative GitHub App: [ReviewNB](https://www.reviewnb.com/).
2829

2930
#### Extraction
@@ -131,7 +132,7 @@ Python debugger (pdb) - [blog post](https://www.blog.pythonlibrary.org/2018/10/1
131132
[altair example](https://github.com/xhochy/altair-vue-vega-example) - [Video](https://www.youtube.com/watch?v=4L568emKOvs)
132133

133134
#### Geopraphical Tools
134-
[folium](https://github.com/python-visualization/folium) - Plot geographical maps using the Leaflet.js library.
135+
[folium](https://github.com/python-visualization/folium) - Plot geographical maps using the Leaflet.js library, [jupyter plugin](https://github.com/jupyter-widgets/ipyleaflet).
135136
[stadiamaps](https://stadiamaps.com/) - Plot geographical maps.
136137
[datashader](https://github.com/bokeh/datashader) - Draw millions of points on a map.
137138
[sklearn](https://scikit-learn.org/stable/modules/generated/sklearn.neighbors.BallTree.html) - BallTree, [Example](https://tech.minodes.com/experiments-with-in-memory-spatial-radius-queries-in-python-e40c9e66cf63).

0 commit comments

Comments
 (0)