diff options
author | jgart | 2021-10-04 00:56:53 -0400 |
---|---|---|
committer | jgart | 2021-10-04 01:14:12 -0400 |
commit | e5cde1675eb5658ff5e075a681bdef9fabaa5ac0 (patch) | |
tree | 2719a28d7728bdb2bab9c81d78e5dd004b66eb8b /topics/notebooks/reproducibility.gmi | |
parent | dcb838d2d41380e6188d49ba605ac5062bb79d99 (diff) | |
download | gn-gemtext-e5cde1675eb5658ff5e075a681bdef9fabaa5ac0.tar.gz |
Add topic on reproducibility
Diffstat (limited to 'topics/notebooks/reproducibility.gmi')
-rw-r--r-- | topics/notebooks/reproducibility.gmi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/topics/notebooks/reproducibility.gmi b/topics/notebooks/reproducibility.gmi new file mode 100644 index 0000000..8d565a1 --- /dev/null +++ b/topics/notebooks/reproducibility.gmi @@ -0,0 +1,16 @@ +# Reproducibility + +## How Guix manages reproducibility + +=> https://hpc.guix.info/blog/2021/09/whats-in-a-package/ whats in a package + +=> https://lists.gnu.org/archive/html/emacs-bug-tracker/2019-11/msg00569.html + +=> https://guix.gnu.org/cookbook/en/html_node/Basic-setup-with-manifests.html + +## Notes on how others are managing or thinking about reproducibility + +https://github.com/fonsp/Pluto.jl#built-in-package-manager + +https://mybinder.readthedocs.io/en/latest/tutorials/reproducibility.html#pin-dependencies + |