Skip to content

Commit ec57550

Browse files
committed
update prereqs and go to alpha
1 parent 6003db5 commit ec57550

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ title: "Interactive Data Visualizations in Python"
1616
# Life cycle stage of the lesson
1717
# See this page for more details: https://cdh.carpentries.org/the-lesson-life-cycle.html
1818
# Possible values: "pre-alpha", "alpha", "beta", "stable"
19-
life_cycle: "pre-alpha"
19+
life_cycle: "alpha"
2020

2121
#------------------------------------------------------------
2222
# Generic settings (should not need to change).

index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ This workshop lesson is an introduction to making interactive data visualization
1212
> ## Prerequisites
1313
>
1414
> 1. Learners should have completed the [Plotting and Programming in Python](http://swcarpentry.github.io/python-novice-gapminder/) workshop.
15-
> 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), with an up-to-date version of Python (>=3.6)
16-
> 3. Learners should have a text editor installed (such as [VS Code](https://code.visualstudio.com/download)) and a Streamlit-compatible web browser (Google Chrome, Firefox, Microsoft Edge, Safari)
17-
> 4. (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 site.
15+
> 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).
16+
> 3. Learners should be comfortable with using the command line.
17+
> 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.
1819
{: .prereq}
1920

2021
{% include links.md %}

0 commit comments

Comments
 (0)