Conversation
tmweigand
left a comment
There was a problem hiding this comment.
@alexispayton It looks like the build process failed because the images are not being found. The chapter directory also needs to be specified. If you can incorporate the fixes that would be great. I think we should keep this pull request open while we draft the additional content.
Thanks so much for being willing going this route! It makes management of this much simpler.
Chapter_5/05-Chapter5.Rmd
Outdated
| Another public cloud provider, [Binder](https://jupyter.org/binder) creates a coding environment using a public Github repository that allows a user to interact directly with the jupyter notebooks and data housed in that repository. Binder is great for teaching purposes as students and researchers are able to launch a coding environment with data and packages already loaded into the system without running into operating system conflicts that can occur when downloading software needed to run code on a local computer. | ||
|
|
||
| ```{r, echo=FALSE, out.width = "65%", fig.align='center'} | ||
| knitr::include_graphics("Module5_6_Input/Module5_6_Image2.png") |
There was a problem hiding this comment.
The chapter also needs to be inlcuded. So this line should be knitr::include_graphics("Chapter_5/Module5_6_Input/Module5_6_Image2.png")
There was a problem hiding this comment.
Thanks for catching this! I added "Chapter5/" to all the image paths.
Chapter_5/05-Chapter5.Rmd
Outdated
| Before jumping right into data analysis, let's upload our data. It's recommended to store data in a **Simply Storage Service (S3)** bucket, which has ample space for large datasets. Here, data can easily be uploaded or downloaded from S3. Even if you stop your virtual machine from running, the data uploaded to S3 will be stored in your account. | ||
|
|
||
| ```{r, echo=FALSE, out.width = "75%",fig.align='center'} | ||
| knitr::include_graphics("Module5_6_Input/Module5_6_Image3.png") |
There was a problem hiding this comment.
Same issue here where the chapter needs to be included.
|
Great! Looks like the tests passed. |
No description provided.