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,
Please install all of the packages listed in the `environment.yml` file manually. An example command would be:
67
+
Please install all of the packages listed in the `environment.yml` file manually.
68
+
An example command would be:
61
69
62
70
```bash
63
71
pip install networkx scipy ...
@@ -74,16 +82,19 @@ If you don't want to mess around with dev-ops, click the following badge to get
74
82
75
83
In the terminal, execute `jupyter notebook`.
76
84
77
-
Navigate to the notebooks directory and open the notebook 01-Student-Probability_a_simulated_introduction.ipynb.
85
+
Navigate to the notebooks directory
86
+
and open the notebook `01-Student-Probability_a_simulated_introduction.ipynb`.
78
87
79
88
### 4b. Open your Jupyter notebook in Jupyter Lab!
80
89
81
90
82
91
In the terminal, execute `jupyter lab`.
83
92
84
-
Navigate to the notebooks directory and open the notebook 01-Student-Probability_a_simulated_introduction.ipynb.
93
+
Navigate to the notebooks directory
94
+
and open the notebook `01-Student-Probability_a_simulated_introduction.ipynb`.
85
95
86
-
Now, if you're using Jupyter lab, for Notebook 2, you'll need to get ipywidgets working. The documentation is [here](https://ipywidgets.readthedocs.io/en/latest/user_install.html#installing-the-jupyterlab-extension).
96
+
Now, if you're using Jupyter lab, for Notebook 2, you'll need to get ipywidgets working.
97
+
The documentation is [here](https://ipywidgets.readthedocs.io/en/latest/user_install.html#installing-the-jupyterlab-extension).
87
98
88
99
In short, you'll need node installed & you'll need to run the following in your terminal:
89
100
@@ -95,7 +106,8 @@ Launch Binder using the button at the top of this README.md. Voila!
95
106
96
107
### 4d. Want to view static HTML notebooks
97
108
98
-
If you're interested in only viewing the static HTML versions of the notebooks, the links are provided below:
109
+
If you're interested in only viewing the static HTML versions of the notebooks,
110
+
the links are provided below:
99
111
100
112
Part 1: Bayesian Data Science by Simulation
101
113
@@ -114,11 +126,20 @@ Part 2: Bayesian Data Science by Probabilistic Programming
114
126
115
127
# Acknowledgements
116
128
117
-
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
+
118
138
119
139
# Feedback
120
140
121
-
Please leave feedback for us [here](https://ericma1.typeform.com/to/j88n8P)! We'll use this information to help improve the teaching and delivery of the material.
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.
122
143
123
144
# data credits
124
145
@@ -131,3 +152,4 @@ Further reading resources that are not specifically tied to any notebooks.
131
152
-[Visualization in Bayesian workflow](https://arxiv.org/abs/1709.01449)
0 commit comments