{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "Quickstart\n", "==========\n", "\n", "\n", "Getting Started\n", "---------------\n", "\n", "\n", "To create a base map, simply pass your starting coordinates to Folium:" ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": [ "import folium\n", "\n", "\n", "m = folium.Map(location=[45.5236, -122.6750])" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "To display it in a Jupyter notebook, simply ask for the object representation:" ] }, { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [ { "data": { "text/html": [ "