Skip to content

Commit 6c86ed8

Browse files
committed
fix titles and some fixmes
1 parent 4e7ac0c commit 6c86ed8

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

_episodes/01-create-new-environment.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Create a new environment"
2+
title: "Create a New Environment"
33
teaching: 10
44
exercises: 0
55
questions:
@@ -21,6 +21,7 @@ This workshop utilizes some Python packages (such as Plotly) that cannot be inst
2121
* jupyterlab
2222

2323
### A note about anaconda
24+
#### [XKCD #1987](https://xkcd.com/1987/): Python Environment
2425

2526
![XKCD 1987: Python Environment](../fig/xkcd_python_environment.png)
2627

_episodes/05-refactoring-for-flexibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Refactoring code for flexiblity (prepping for widgets)"
2+
title: "Refactoring Code for Flexibility (Prepping for Widgets)"
33
teaching: 15
44
exercises: 0
55
questions:

_extras/guide.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
---
22
title: "Instructor Notes"
33
---
4-
FIXME
4+
5+
### If you have limited time
6+
7+
If this lesson should last for strictly 1 hour, it is highly recommended that you have learners complete Episode 1 (Create a New Environment)
8+
before the lesson begins, as a part of Setup.
9+
10+
### This lesson assumes familiarity with python and pandas
11+
12+
It is important to note that this lesson was designed to follow the [Plotting and Programming in Python](http://swcarpentry.github.io/python-novice-gapminder/index.html) lesson.
13+
14+
### See all of the code
15+
16+
If you want to see all of the finished code as it should be after the lesson is completed (.ipynb and .py files), they are available [in the code folder](https://github.com/jenna-jordan/data-visualization-workshop/tree/gh-pages/code).
517

618
{% include links.md %}

index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ This workshop lesson is an introduction to making interactive data visualization
1515
> 2. Learners should have Anaconda installed on their machines, as specified in the [setup for Plotting and Programming in Python](http://swcarpentry.github.io/python-novice-gapminder/setup.html).
1616
> 3. Learners should be comfortable with using the command line.
1717
> 4. Learners should have a Jupyter Lab & Streamlit compatible web browser installed (Google Chrome, Firefox, or Safari).
18-
> 5. (Optional) Learners should have a Streamlit Sharing account - [request one here](https://streamlit.io/sharing-sign-up) - if they wish to deploy and publish their visualization web app.
18+
> 5. Learners should have downloaded the required files ([data_viz_workshop.zip]({{page.root}}/files/data_viz_workshop.zip)) as specified in the [Setup](setup.md)
19+
> 6. (Optional) Learners can request a Streamlit Sharing account - [request one here](https://streamlit.io/sharing-sign-up) - if they wish to deploy and publish their visualization web app.
1920
{: .prereq}
2021

2122
[anaconda]: https://www.anaconda.com/

0 commit comments

Comments
 (0)