Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jtpio/voila-gpx-viewer

GPX Viewer web app built with Jupyter, ipywidgets, ipyleaflet, bqplot and voila
https://github.com/jtpio/voila-gpx-viewer

binder bqplot dashboard ipyleaflet ipywidgets jupyter voila

Last synced: about 2 months ago
JSON representation

GPX Viewer web app built with Jupyter, ipywidgets, ipyleaflet, bqplot and voila

Awesome Lists containing this project

README

        

# voila-gpx-viewer

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jtpio/voila-gpx-viewer/master?urlpath=voila%2Frender%2Fapp.ipynb)

Experimental GPX Viewer web app built with Jupyter, ipywidgets, ipyleaflet, bqplot and voila

![screencast](https://user-images.githubusercontent.com/591645/60527710-0ff1c680-9cf3-11e9-87b5-8711fd3da344.gif)

## Usage

Create the environment with the dependencies:

```bash
conda env create
conda activate voila-gpx-viewer
```

Open the app:

```bash
voila app.ipynb
```