python-visualization / folium

Python Data. Leaflet.js Maps.
https://python-visualization.github.io/folium/
MIT License
6.92k stars 2.23k forks source link

Vincent builder does not work on Colab Google #1335

Closed laurianops closed 4 years ago

laurianops commented 4 years ago

Good night everyone, I am following the documentation on the link I am not able to execute the Vincent builder, I import "import vincent" however, when executing I am not successful, I am doing a popup with maps, following the link on this page 'https: // python-visualization .github.io / folium / quickstart.html # Getting-Started 'in out [10 and 11] I'm using google colab. Do I have to use any repository, extra library?

Conengmo commented 4 years ago

I don't see an import vincent on that page: https://python-visualization.github.io/folium/quickstart.html

You'd need an extra library, in this case Vincent or Altair (https://github.com/altair-viz/altair), to generate the graphs embedded in the popups. But that's not needed for the example in the quickstart guide, because there the data is already generated.

laurianops commented 4 years ago

Hi @Conengmo , a lib Vincent is out [10] and [11]

I wanted to say that the Vincent library is out of date.

thank, for your help.