Add automatic nbstripout to jupyter notebooks

Automatically removes output from notebooks for easier version control.
develop
Chris Leaman 6 years ago
parent d00a9d8c21
commit 01fe1a80c8

3
.gitattributes vendored

@ -0,0 +1,3 @@
*.ipynb filter=nbstripout
*.ipynb diff=ipynb

@ -48,6 +48,7 @@ Jupyter notebooks have been set up to help explore the data. Once you have set u
``` ```
make notebook make notebook
``` ```
Notebooks use nbstripout to remove output before committing.
## Available data ## Available data
Raw, interim and processed data used in this analysis is kept in the `/data/` folder. Data is not tracked in the repository due to size constraints, but stored locally. A mirror is kept of the coastal folder J drive which you can Raw, interim and processed data used in this analysis is kept in the `/data/` folder. Data is not tracked in the repository due to size constraints, but stored locally. A mirror is kept of the coastal folder J drive which you can

@ -16,6 +16,7 @@ dependencies:
- matplotlib - matplotlib
- line_profiler - line_profiler
- nbformat - nbformat
- nbstripout
- notebook - notebook
- numpy - numpy
- pandas - pandas

Loading…
Cancel
Save