Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jtpio/voila-gpx-viewer
- Owner: jtpio
- License: bsd-3-clause
- Created: 2019-04-01T20:35:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-15T12:14:47.000Z (over 1 year ago)
- Last Synced: 2024-10-16T22:25:12.175Z (about 2 months ago)
- Topics: binder, bqplot, dashboard, ipyleaflet, ipywidgets, jupyter, voila
- Language: Jupyter Notebook
- Homepage: https://mybinder.org/v2/gh/jtpio/voila-gpx-viewer/master?urlpath=voila%2Frender%2Fapp.ipynb
- Size: 4.18 MB
- Stars: 44
- Watchers: 3
- Forks: 9
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-starred - jtpio/voila-gpx-viewer - GPX Viewer web app built with Jupyter, ipywidgets, ipyleaflet, bqplot and voila (others)
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
```