|
364 | 364 | "import requests\n", |
365 | 365 | "\n", |
366 | 366 | "url = (\n", |
367 | | - " \"https://raw.githubusercontent.com/python-visualization/folium/master/examples/data\"\n", |
| 367 | + " \"https://raw.githubusercontent.com/python-visualization/folium/main/examples/data\"\n", |
368 | 368 | ")\n", |
369 | 369 | "vis1 = json.loads(requests.get(f\"{url}/vis1.json\").text)\n", |
370 | 370 | "vis2 = json.loads(requests.get(f\"{url}/vis2.json\").text)\n", |
|
422 | 422 | "cell_type": "markdown", |
423 | 423 | "metadata": {}, |
424 | 424 | "source": [ |
425 | | - "For more information about popups, please visit [Popups.ipynb](https://nbviewer.jupyter.org/github/python-visualization/folium/blob/master/examples/Popups.ipynb)" |
| 425 | + "For more information about popups, please visit [Popups.ipynb](https://nbviewer.jupyter.org/github/python-visualization/folium/blob/main/examples/Popups.ipynb)" |
426 | 426 | ] |
427 | 427 | }, |
428 | 428 | { |
|
457 | 457 | ], |
458 | 458 | "source": [ |
459 | 459 | "url = (\n", |
460 | | - " \"https://raw.githubusercontent.com/python-visualization/folium/master/examples/data\"\n", |
| 460 | + " \"https://raw.githubusercontent.com/python-visualization/folium/main/examples/data\"\n", |
461 | 461 | ")\n", |
462 | 462 | "antarctic_ice_edge = f\"{url}/antarctic_ice_edge.json\"\n", |
463 | 463 | "antarctic_ice_shelf_topo = f\"{url}/antarctic_ice_shelf_topo.json\"\n", |
|
515 | 515 | "import pandas as pd\n", |
516 | 516 | "\n", |
517 | 517 | "url = (\n", |
518 | | - " \"https://raw.githubusercontent.com/python-visualization/folium/master/examples/data\"\n", |
| 518 | + " \"https://raw.githubusercontent.com/python-visualization/folium/main/examples/data\"\n", |
519 | 519 | ")\n", |
520 | 520 | "state_geo = f\"{url}/us-states.json\"\n", |
521 | 521 | "state_unemployment = f\"{url}/US_Unemployment_Oct2012.csv\"\n", |
|
628 | 628 | "import branca\n", |
629 | 629 | "\n", |
630 | 630 | "url = (\n", |
631 | | - " \"https://raw.githubusercontent.com/python-visualization/folium/master/examples/data\"\n", |
| 631 | + " \"https://raw.githubusercontent.com/python-visualization/folium/main/examples/data\"\n", |
632 | 632 | ")\n", |
633 | 633 | "county_data = f\"{url}/us_county_data.csv\"\n", |
634 | 634 | "county_geo = f\"{url}/us_counties_20m_topo.json\"\n", |
|
759 | 759 | "source": [ |
760 | 760 | "For more examples and use cases please take a look at the gallery:\n", |
761 | 761 | "\n", |
762 | | - "https://nbviewer.jupyter.org/github/python-visualization/folium_contrib/tree/master/notebooks/" |
| 762 | + "https://nbviewer.jupyter.org/github/python-visualization/folium_contrib/tree/main/notebooks/" |
763 | 763 | ] |
764 | 764 | } |
765 | 765 | ], |
766 | 766 | "metadata": { |
767 | 767 | "kernelspec": { |
768 | | - "display_name": "Python 3", |
| 768 | + "display_name": "Python 3 (ipykernel)", |
769 | 769 | "language": "python", |
770 | 770 | "name": "python3" |
771 | 771 | }, |
|
779 | 779 | "name": "python", |
780 | 780 | "nbconvert_exporter": "python", |
781 | 781 | "pygments_lexer": "ipython3", |
782 | | - "version": "3.9.0" |
| 782 | + "version": "3.9.7" |
783 | 783 | }, |
784 | 784 | "toc": { |
785 | 785 | "base_numbering": 1, |
|
0 commit comments