kyper-data / python-highcharts

A simple translation layer between Python and Javascript for Highcharts projects (highcharts, highmaps, and highstocks).
MIT License
395 stars 190 forks source link

Method add_map_data stuck at loading #31

Open MatteoFelici opened 7 years ago

MatteoFelici commented 7 years ago

Every time I use this method to add map to plot, it stucks at "Loading..." This happens also with provided examples; instead, the set_map_source method works smoothly. How can I solve this issue?

martinuray commented 6 years ago

I observed the same issue. I also observed it, when using 'set_map_source' with the option 'jsonp_map=True'.

I use the map in an jupyter notebook unsing an python2.7 kernel.