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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-15T12:14:47.000Z (almost 2 years ago)
- Last Synced: 2025-02-28T22:35:20.656Z (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: 45
- 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
[](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

## Usage
Create the environment with the dependencies:
```bash
conda env create
conda activate voila-gpx-viewer
```Open the app:
```bash
voila app.ipynb
```