From e17c0e1c73dc36673ffe739e3a253841f85e0308 Mon Sep 17 00:00:00 2001 From: Francesco Murdaca Date: Tue, 3 Nov 2020 12:38:32 +0100 Subject: [PATCH] correct sentences Signed-off-by: Francesco Murdaca --- docs/0000-dependencies-management-jupyter-notebooks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/0000-dependencies-management-jupyter-notebooks.md b/docs/0000-dependencies-management-jupyter-notebooks.md index 11ea91d3..bbf0d8a3 100644 --- a/docs/0000-dependencies-management-jupyter-notebooks.md +++ b/docs/0000-dependencies-management-jupyter-notebooks.md @@ -4,10 +4,10 @@ How to guarantee reproducibility of Jupyter Notebooks? -In order to allow any user to re run the notebook having similar behaviour, it's important that each notebook is shipped with dependencies requirements +In order to allow any user to re run the notebook with similar behaviour, it's important that each notebook is shipped with dependencies requirements that include direct and transitive dependencies. This would also enforce and support security, reproducibility, traecability. -Each notebook should be treated as single component/service that use its own dependencies, therefore when storing notebooks, they should be created in a specific repo. +Each notebook should be treated as single component/service that use its own dependencies, therefore when storing notebooks, they should be stored each in a specific repo. ## Decision Drivers