Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/etalab/notebooks
🤓 📓 📊
https://github.com/etalab/notebooks
datascience jupyter notebooks open-data
Last synced: 2 months ago
JSON representation
🤓 📓 📊
- Host: GitHub
- URL: https://github.com/etalab/notebooks
- Owner: etalab
- Created: 2019-02-12T13:18:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-12T12:26:02.000Z (over 3 years ago)
- Last Synced: 2024-04-15T02:07:40.250Z (10 months ago)
- Topics: datascience, jupyter, notebooks, open-data
- Language: Jupyter Notebook
- Homepage:
- Size: 5.01 MB
- Stars: 4
- Watchers: 8
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Workflow
### Exécution ponctuelle
- git -> papermill -> [s3, commuter]
### Exécutions cycliques
- `./dags/` contient la description des graphes d'exécution qui seront fourni à une instance [airflow](https://airflow.apache.org)
- accès à l'instance airflow avec un tunnel ssh## Bonnes pratiques
### Synchroniser les notebooks sans leurs sorties
https://github.com/kynan/nbstripout
```
$ pip install --upgrade nbstripout
$ nbstripout --install
````enum34` peut poser problème. Dans quel cas :
```
$ pip uninstall enum34
```### Diff lisibles
https://nbdime.readthedocs.io
```
$ pip install nbdime
$ nbdime config-git --enable
```