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
Copy file name to clipboardExpand all lines: _extras/guide.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,4 +16,13 @@ It is important to note that this lesson was designed to follow the [Plotting an
16
16
17
17
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).
18
18
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.
0 commit comments