{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Examples of plugins usage in folium" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "In this notebook we show a few illustrations of folium's plugin extensions. These are available after importing `folium.plugins`." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## ScrollZoomToggler\n", "Adds a button to enable/disable zoom scrolling." ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [ { "data": { "text/html": [ "
Firstname | \n", "Lastname | \n", "Age | \n", "
---|---|---|
Jill | \n", "Smith | \n", "50 | \n", "
Eve | \n", "Jackson | \n", "94 | \n", "