Skip to content

Commit dfadc78

Browse files
authored
Adding reset instructions
1 parent e10ce96 commit dfadc78

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

_extras/guide.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,13 @@ It is important to note that this lesson was designed to follow the [Plotting an
1616

1717
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/carpentries-incubator/python-interactive-data-visualizations/tree/gh-pages/code).
1818

19+
### Reset environment before teaching
20+
21+
If you have practiced the lesson prior to teaching and want to reset your environment for teaching you need to:
22+
- Remove the jupyter kernel `jupyter kernelspec uninstall dataviz`. You may want to list your kernels first with `jupyter kernelspec list`.
23+
- Remove the conda environment `conda remove --name dataviz --all`. Reminder you can use `conda env list` to list all your current environments.
24+
- Delete or rename your streamlit app.
25+
- Move, rename, or delete your local `data_viz_workshop` and `interact-with-gapminder-data-app` folders.
26+
- Move, rename, or delete your github repo.
27+
1928
{% include links.md %}

0 commit comments

Comments
 (0)