There was an error while loading. Please reload this page.
2 parents e954e29 + 946e8b6 commit 6f7b4caCopy full SHA for 6f7b4ca
2 files changed
03-temperature/01-picking.py
@@ -57,6 +57,7 @@ def remove(self):
57
# - open a new window with plot of day temperature
58
# - fig, ax = plt.subplots()
59
# - one_day = extract_day_of_hourly(temperature, 2015, 10, 18)
60
-# - make picking add a label with `label_data`
+# - make picking add a label using the function `label_date` (which is
61
+# already imported from the `w_helpers` module)
62
63
# - use `get_gid` to filter artists instead of `is not`
README.md
@@ -19,6 +19,17 @@ for windows
19
20
$ activate mpl-tutorial
21
22
+### Troubleshooting
23
+
24
+Try updating conda in case you are encountering a bug that has been fixed.
25
26
+ $ conda update conda
27
28
+Try this command (UNIX and OSX only) to ensure that the shell has not cached an
29
+old reference to IPython. Do this after the `activate` step.
30
31
+ $ hash -r
32
33
### for 99-get_data
34
35
$ conda install -c conda-forge cartopy proj4
0 commit comments