Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poliastro/pycones2017-talk
Charla "¡Atrapa ese asteroide con poliastro!" en la PyConES 2017.
https://github.com/poliastro/pycones2017-talk
Last synced: about 2 months ago
JSON representation
Charla "¡Atrapa ese asteroide con poliastro!" en la PyConES 2017.
- Host: GitHub
- URL: https://github.com/poliastro/pycones2017-talk
- Owner: poliastro
- License: mit
- Created: 2017-09-08T14:22:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-23T11:22:24.000Z (over 7 years ago)
- Last Synced: 2024-04-14T06:57:54.363Z (10 months ago)
- Language: Jupyter Notebook
- Homepage: http://nbviewer.jupyter.org/format/slides/github/poliastro/pycones2017-talk/blob/master/%C2%A1Atrapa%20ese%20asteroide%20con%20poliastro%21.ipynb
- Size: 3.15 MB
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ¡Atrapa ese asteroide con poliastro!
Charla "¡Atrapa ese asteroide con poliastro!" en la PyConES 2017.
http://nbviewer.jupyter.org/format/slides/github/poliastro/pycones2017-talk/blob/master/%C2%A1Atrapa%20ese%20asteroide%20con%20poliastro%21.ipynb
## Instalación
```
$ pip install -r requirements.txt
```Para regenerar las diapositivas [compatibles con ausencia de conexión a Internet](https://github.com/jupyter/nbconvert/issues/91#issuecomment-283736634):
```
$ jupyter nbconvert "¡Atrapa ese asteroide con poliastro!.ipynb" --to slides --reveal-prefix "https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.1.0"
$ python -m http.server
```