From 5d23d74b808f92c903e5a3eed1e995a7b59b4aac Mon Sep 17 00:00:00 2001 From: "Ryan C. Cooper" Date: Tue, 28 Aug 2018 10:50:24 -0400 Subject: [PATCH] added mybinder files --- README.md | 2 +- apt.txt | 7 +++++++ environment.yml | 10 ++++++++++ 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 apt.txt create mode 100644 environment.yml diff --git a/README.md b/README.md index 57847f9..3851faf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Lab 0 - Statistics and the Student t-test -[Lab 0 notebook](./ME3263_lab-00.ipynb) +([![Binder](https://mybinder.org/badge.svg) Lab 0 notebook](https://mybinder.org/v2/gh/https%3A%2F%2Fgithub.uconn.edu%2Frcc02007%2FME3263_Lab-0.git/master)) We use statistics to draw conclusions from limited data. No measurement is exact. Every measurement you make has two types of uncertainties, *systematic* and *random*. *Systematic* uncertainties come from faults in your assumptions or equipment. *Random* uncertainties are associated with unpredictable (or unforeseen at the diff --git a/apt.txt b/apt.txt new file mode 100644 index 0000000..64aabeb --- /dev/null +++ b/apt.txt @@ -0,0 +1,7 @@ +texlive-latex-base +texlive-latex-recommended +texlive-science +texlive-latex-extra +texlive-fonts-recommended +dvipng +ghostscript diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..b7521a4 --- /dev/null +++ b/environment.yml @@ -0,0 +1,10 @@ +name: example-environment +channels: + - conda-forge +dependencies: + - python + - numpy + - pip: + - nbgitpuller + - matplotlib + - scipy