Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carletes/ecmwf-pydata-talk
Slides for the London PyData meetup talk on 1 Sep 2015
https://github.com/carletes/ecmwf-pydata-talk
Last synced: about 1 month ago
JSON representation
Slides for the London PyData meetup talk on 1 Sep 2015
- Host: GitHub
- URL: https://github.com/carletes/ecmwf-pydata-talk
- Owner: carletes
- Created: 2015-08-30T18:20:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-01T14:42:10.000Z (over 9 years ago)
- Last Synced: 2024-06-11T16:24:02.341Z (7 months ago)
- Language: JavaScript
- Size: 3.05 MB
- Stars: 2
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Visualising and retrieving large amounts of data
Slides for the talk on ECMWF's web applications at the London PyData meetup,
1 September 2015.## Setup
Install Jupyter and the ECMWF web API for Python:
```
$ pip install -r requirements.txt
$ ./run.sh
```Slides can be generated by running:
```
$ ./slides talk.ipynb
```