Added colab button

pull/11/head
Marcelo Prates 2021-08-23 23:01:14 -03:00
rodzic c8b1f3f135
commit 83d0f0baa1
2 zmienionych plików z 34 dodań i 0 usunięć

Wyświetl plik

@ -4,6 +4,10 @@ A minimal Python library to draw customized maps from OpenStreetMap data.
Based on [osmnx](https://github.com/gboeing/osmnx), [matplotlib](https://matplotlib.org/), [shapely](https://shapely.readthedocs.io/en/stable/index.html) and [vsketch](https://github.com/abey79/vsketch) libraries.
## Google Colaboratory Demo
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/marceloprates/prettymaps/blob/master/notebooks/examples.ipynb)
## Installation
Install with

Wyświetl plik

@ -1,5 +1,35 @@
{
"cells": [
{
"cell_type": "markdown",
"source": [
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/marceloprates/prettymaps/blob/master/notebooks/examples.ipynb)"
],
"metadata": {}
},
{
"cell_type": "markdown",
"source": [
"# Installation"
],
"metadata": {}
},
{
"cell_type": "code",
"execution_count": null,
"source": [
"!pip install git+https://github.com/marceloprates/prettymaps.git"
],
"outputs": [],
"metadata": {}
},
{
"cell_type": "markdown",
"source": [
"# Imports"
],
"metadata": {}
},
{
"cell_type": "code",
"execution_count": 1,