You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alternatively, you can download the zip file of the repository at the top of the main page of the repository. If you prefer not to use git or don't have experience with it, this a good option.
24
+
Alternatively, you can download the zip file of the repository at the top of the main page of the repository.
25
+
If you prefer not to use git or don't have experience with it, this a good option.
25
26
26
27
## 2. Download Anaconda (if you haven't already)
27
28
28
-
If you do not already have the [Anaconda distribution](https://www.anaconda.com/download/) of Python 3, go get it (note: you can also set up your project environment w/out Anaconda using `pip` to install the required packages; however Anaconda is great for Data Science and we encourage you to use it).
29
+
If you do not already have the [Anaconda distribution](https://www.anaconda.com/download/) of Python 3,
30
+
go get it
31
+
(note: you can also set up your project environment w/out Anaconda using `pip` to install the required packages;
32
+
however Anaconda is great for Data Science and we encourage you to use it).
29
33
30
34
## 3. Set up your environment
31
35
32
36
### 3a. `conda` users
33
37
34
-
If this is the first time you're setting up your compute environment, use the `conda` package manager to **install all the necessary packages** from the provided `environment.yml` file.
38
+
If this is the first time you're setting up your compute environment,
Launch Binder using the button at the top of this README.md. Voila!
106
+
107
+
### 4d. Want to view static HTML notebooks
108
+
109
+
If you're interested in only viewing the static HTML versions of the notebooks,
110
+
the links are provided below:
75
111
76
112
Part 1: Bayesian Data Science by Simulation
77
113
@@ -90,7 +126,20 @@ Part 2: Bayesian Data Science by Probabilistic Programming
90
126
91
127
# Acknowledgements
92
128
93
-
Development of this type of material is almost always a result of years of discussions between members of a community. We'd like to thank the community and to mention several people who have played pivotal roles in our understanding the the material: Michael Betancourt, Justin Bois, Allen Downey, Chris Fonnesbeck, Jake VanderPlas. Also, Andrew Gelman rocks!
129
+
Development of this type of material is almost always a result of years of discussions between members of a community.
130
+
We'd like to thank the community and to mention several people who have played pivotal roles in our understanding the the material:
131
+
Michael Betancourt,
132
+
Justin Bois,
133
+
Allen Downey,
134
+
Chris Fonnesbeck,
135
+
Jake VanderPlas.
136
+
Also, Andrew Gelman rocks!
137
+
138
+
139
+
# Feedback
140
+
141
+
Please leave feedback for us [here](https://ericma1.typeform.com/to/j88n8P)!
142
+
We'll use this information to help improve the teaching and delivery of the material.
94
143
95
144
# data credits
96
145
@@ -103,3 +152,4 @@ Further reading resources that are not specifically tied to any notebooks.
103
152
-[Visualization in Bayesian workflow](https://arxiv.org/abs/1709.01449)
0 commit comments