File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -13,26 +13,3 @@ This project can be reproduced with:
13
13
``` sh
14
14
calkit run
15
15
```
16
-
17
- ## Steps to recreate
18
-
19
- 1 . Create a new project on [ calkit.io] ( https://calkit.io ) .
20
- 1 . ` calkit new question "Can we make reproducibility simple?" ` .
21
- 1 . Create a Conda environment with
22
- ` calkit new conda-env -n calkit-example-basic python matplotlib numpy pandas ` .
23
- 1 . Create the data collection stage with:
24
- ``` sh
25
- dvc stage add -n collect-data \
26
- -o data/raw/data.csv -d \
27
- scripts/collect-data.py \
28
- " calkit runenv -n calkit-example-basic -- python scripts/collect-data.py"
29
- ```
30
- 1. ` calkit run && git add . && calkit save -am " Run pipeline" `
31
- 1. Add a script and DVC stage to create a figure, similar to the two steps
32
- above.
33
- 1. Add the figure and dataset to ` calkit.yaml` by editing the ` figures`
34
- and ` datasets` section manually.
35
- 1. Create a new LaTeX publication and Docker environment using the
36
- ` latex/article` template.
37
- See the
38
- [docs](https://github.com/calkit/calkit/blob/main/docs/tutorials/adding-latex-pub-docker.md).
You can’t perform that action at this time.
0 commit comments