From c876d659307cbea90abf5512b79cc29fe8f59e7c Mon Sep 17 00:00:00 2001
From: Luc Giffon <luc.giffon@lis-lab.fr>
Date: Wed, 25 Sep 2019 16:15:10 +0200
Subject: [PATCH] add notebook directory for notebooks

---
 README.md                    | 4 +++-
 bolsonaro/notebooks/.gitkeep | 0
 2 files changed, 3 insertions(+), 1 deletion(-)
 create mode 100644 bolsonaro/notebooks/.gitkeep

diff --git a/README.md b/README.md
index c945a84..8ffb3de 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,9 @@ Project Organization
     │   ├── processed      <- The final, canonical data sets for modeling.
     │   └── raw            <- The original, immutable data dump.
     │
-    ├── models             <- Trained and serialized models, model predictions, or model summaries
+    ├── notebooks          <- notebooks of prototypes etc
+    │
+    ├── models             <- trained and serialized models, model predictions, or model summaries
     │
     ├── references         <- Data dictionaries, manuals, and all other explanatory materials.
     │
diff --git a/bolsonaro/notebooks/.gitkeep b/bolsonaro/notebooks/.gitkeep
new file mode 100644
index 0000000..e69de29
-- 
GitLab