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
<pclass='archive__item-excerpt'><i>{% if module.course %}This teaching module is a part of the {{ module.course }} course. Last taught: {{ module.date | date_to_string }}{% endif %}</i></p>
<pclass='archive__item-excerpt'><i>{% if module.course %}This teaching module is a part of the {{ module.course }} course. Last taught: {{ module.date | date_to_string }}{% endif %}</i></p>
Copy file name to clipboardExpand all lines: _posts/workshops/clean-code-tidyverse-r/2018-01-29-clcode-01-clean-code-workshop-landing.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ title: "Learn to Use tidyverse and Clean Code to Work With Data in R"
5
5
excerpt: 'When working with data, you often spend the most amount of time cleaning your data. Learn how to write more efficient code using the tidyverse in R.'
title: "Setup Your Earth Analytics Python, Git, Bash Environment On Your Computer"
5
+
excerpt: 'There are several core tools that are required to work with data. These include Shell / Bash, Git and github and Python. Learn how to set all of these tools up on your computer so you can work with different types of data using open science workflows.'
module-title: "Setup the Earth Analytics Python Environment On Your Computer"
12
+
module-description: 'There are several core tools that are required to work with data. These include Shell / Bash, Git and github and Python. Learn how to set all of these tools up on your computer so you can work with different types of data using open science workflows.'
13
+
sidebar:
14
+
nav:
15
+
comments: false
16
+
author_profile: false
17
+
order: 1
18
+
---
19
+
{% include toc title="This Week" icon="file-text" %}
Welcome to week one of Earth Analytics! In week 1 we will explore data together
27
+
in class related to the 2013 Colorado Floods. In your homework, you will set up
28
+
`Python` and `Jupyter Notebook` on your laptop and learn how to create an Jupyter Notebook
29
+
document and convert it to an .html.
30
+
31
+
32
+
</div>
33
+
34
+
Please review the lessons in this section to get your computer setup for working on class activities.
35
+
Important: We also have a cloud environment available for you to use for your homework assignments. However we encourage you to practice getting things setup on your own computer as well as it's a good skill to have!
0 commit comments