asciicinema player
This commit is contained in:
parent
6e9a888fd9
commit
3763626fc2
|
@ -16,6 +16,9 @@ To start a new project:
|
||||||
cookiecutter https://github.com/drivendata/cookiecutter-data-science
|
cookiecutter https://github.com/drivendata/cookiecutter-data-science
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript" src="https://asciinema.org/a/9bgl5qh17wlop4xyxu9n9wr02.js" id="asciicast-9bgl5qh17wlop4xyxu9n9wr02" async></script>
|
||||||
|
|
||||||
|
|
||||||
Data
|
Data
|
||||||
----------
|
----------
|
||||||
** By default, the `data` folder is included in the `.gitignore` file.** If you have a small amount of data that rarely changes, you may want to include the data in the repository. Github currently warns if files are over 50MB and rejects files over 100MB. Some other options for storing large data include [AWS S3](https://aws.amazon.com/s3/) with a syncing tool (e.g., [`s3cmd`](http://s3tools.org/s3cmd)), [Git Large File Storage](https://git-lfs.github.com/), [Git Annex](https://git-annex.branchable.com/), and [dat](http://dat-data.com/).
|
** By default, the `data` folder is included in the `.gitignore` file.** If you have a small amount of data that rarely changes, you may want to include the data in the repository. Github currently warns if files are over 50MB and rejects files over 100MB. Some other options for storing large data include [AWS S3](https://aws.amazon.com/s3/) with a syncing tool (e.g., [`s3cmd`](http://s3tools.org/s3cmd)), [Git Large File Storage](https://git-lfs.github.com/), [Git Annex](https://git-annex.branchable.com/), and [dat](http://dat-data.com/).
|
||||||
|
|
Loading…
Reference in New Issue