|
2 | 2 | "cells": [ |
3 | 3 | { |
4 | 4 | "cell_type": "code", |
5 | | - "execution_count": null, |
| 5 | + "execution_count": 1, |
6 | 6 | "metadata": {}, |
7 | 7 | "outputs": [], |
8 | 8 | "source": [ |
|
11 | 11 | }, |
12 | 12 | { |
13 | 13 | "cell_type": "code", |
14 | | - "execution_count": null, |
| 14 | + "execution_count": 2, |
15 | 15 | "metadata": {}, |
16 | | - "outputs": [], |
| 16 | + "outputs": [ |
| 17 | + { |
| 18 | + "data": { |
| 19 | + "application/vnd.jupyter.widget-view+json": { |
| 20 | + "model_id": "2395000484b445ca8a84934119bd192f", |
| 21 | + "version_major": 2, |
| 22 | + "version_minor": 0 |
| 23 | + }, |
| 24 | + "text/plain": [ |
| 25 | + "Map(center=[52, 10], controls=(ZoomControl(options=['position', 'zoom_in_text', 'zoom_in_title', 'zoom_out_tex…" |
| 26 | + ] |
| 27 | + }, |
| 28 | + "metadata": {}, |
| 29 | + "output_type": "display_data" |
| 30 | + } |
| 31 | + ], |
17 | 32 | "source": [ |
18 | | - "m = Map(center=(52, 10), zoom=8, basemap=basemaps.OpenStreetMap.Mapnik)\n", |
19 | | - "m" |
| 33 | + "m = Map(center=(52, 10), zoom=8, basemap=basemaps.OpenStreetMap.Mapnik)" |
20 | 34 | ] |
21 | 35 | }, |
22 | 36 | { |
23 | 37 | "cell_type": "code", |
24 | | - "execution_count": null, |
| 38 | + "execution_count": 3, |
25 | 39 | "metadata": {}, |
26 | | - "outputs": [], |
| 40 | + "outputs": [ |
| 41 | + { |
| 42 | + "data": { |
| 43 | + "application/vnd.jupyter.widget-view+json": { |
| 44 | + "model_id": "2395000484b445ca8a84934119bd192f", |
| 45 | + "version_major": 2, |
| 46 | + "version_minor": 0 |
| 47 | + }, |
| 48 | + "text/plain": [ |
| 49 | + "Map(bottom=21848.0, center=[52, 10], controls=(ZoomControl(options=['position', 'zoom_in_text', 'zoom_in_title…" |
| 50 | + ] |
| 51 | + }, |
| 52 | + "metadata": {}, |
| 53 | + "output_type": "display_data" |
| 54 | + } |
| 55 | + ], |
27 | 56 | "source": [ |
28 | 57 | "strava_all = basemap_to_tiles(basemaps.Strava.All)\n", |
29 | 58 | "m.add(strava_all)" |
|
108 | 137 | ], |
109 | 138 | "metadata": { |
110 | 139 | "kernelspec": { |
111 | | - "display_name": "Python 3", |
| 140 | + "display_name": "Python 3 (ipykernel)", |
112 | 141 | "language": "python", |
113 | 142 | "name": "python3" |
114 | 143 | }, |
|
122 | 151 | "name": "python", |
123 | 152 | "nbconvert_exporter": "python", |
124 | 153 | "pygments_lexer": "ipython3", |
125 | | - "version": "3.7.4" |
| 154 | + "version": "3.9.13" |
126 | 155 | } |
127 | 156 | }, |
128 | 157 | "nbformat": 4, |
129 | | - "nbformat_minor": 2 |
| 158 | + "nbformat_minor": 4 |
130 | 159 | } |
0 commit comments