Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions store_location_by_folium.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1816,8 +1816,18 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Folium 사용예제\n",
"http://nbviewer.jupyter.org/github/python-visualization/folium/tree/master/examples/"
"## Folium 으로 지도 활용하기\n",
"* 다음의 프롬프트 창을 열어 conda 명령어로 설치합니다.\n",
"<img src=\"https://t1.daumcdn.net/cfile/tistory/99576B4A5B751DC902\">\n",
"\n",
"검은색 프롬프트 창에 아래 명령어를 통해 folium 을 설치합니다.\n",
"\n",
"\n",
"`conda install -c conda-forge folium`\n",
"\n",
"### Folium 사용예제\n",
"* http://nbviewer.jupyter.org/github/python-visualization/folium/tree/master/examples/\n",
"* https://nbviewer.jupyter.org/github/python-visualization/folium/blob/master/examples/Quickstart.ipynb"
]
},
{
Expand Down Expand Up @@ -4155,7 +4165,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.1"
"version": "3.7.3"
},
"varInspector": {
"cols": {
Expand Down