From 94ea0e29582a544c3fc7fb314da2f24f7f65d43e Mon Sep 17 00:00:00 2001
From: Julia Kent <46687291+jukent@users.noreply.github.com>
Date: Wed, 5 Jun 2024 13:45:31 -0600
Subject: [PATCH 1/2] fix admonition
---
notebooks/1-comparison.ipynb | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/notebooks/1-comparison.ipynb b/notebooks/1-comparison.ipynb
index 41638bc..3570895 100644
--- a/notebooks/1-comparison.ipynb
+++ b/notebooks/1-comparison.ipynb
@@ -25,12 +25,12 @@
"1. UXarray\n",
"1. hvPlot\n",
"\n",
- "
\n",
- "
Note
\n",
- " The plotting libraries mentioned here are either ones used extensively by the authors of this Cookbook OR ones that we get asked about a lot when giving plotting tutorials. This does not cover every library that can be used for plotting in the Python scientific ecosystem, but should cover the more popular packages you might come across.\n",
+ "```{admonition} Info\n",
+ ":class: tip\n",
"\n",
- "Missing a plotting library that you use and want others to know more about? [Let us know!]()\n",
- "
"
+ "The plotting libraries mentioned here are either ones used extensively by the authors of this Cookbook OR ones that we get asked about a lot when giving plotting tutorials. This does not cover every library that can be used for plotting in the Python scientific ecosystem, but should cover the more popular packages you might come across.\n",
+ "\n",
+ "Missing a plotting library that you use and want others to know more about? [Let us know!]()\n"
]
},
{
@@ -379,7 +379,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
- "version": "3.10.12"
+ "version": "3.11.8"
},
"nbdime-conflicts": {
"local_diff": [
From 44efdbd6516d3726d7c5fd56d0ad21f7698190d2 Mon Sep 17 00:00:00 2001
From: Julia Kent <46687291+jukent@users.noreply.github.com>
Date: Wed, 5 Jun 2024 13:50:27 -0600
Subject: [PATCH 2/2] replace broken link
---
notebooks/2-good-viz.ipynb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/notebooks/2-good-viz.ipynb b/notebooks/2-good-viz.ipynb
index 1bca4d4..7cc6040 100644
--- a/notebooks/2-good-viz.ipynb
+++ b/notebooks/2-good-viz.ipynb
@@ -292,7 +292,7 @@
"- [GeoCAT-examples Gallery](https://geocat-examples.readthedocs.io/en/latest/)\n",
"- [NWSC Script](https://docs.google.com/document/d/1PxJBbYJsI5nmR9pDQmcRM0ZghRPSI_xlzGVhw3AEUms/edit)\n",
"- [Beyond Visuals: Examining the Experiences of Geoscience\n",
- "Professionals With Vision Disabilities in Accessing Data Visualizations](https://arxiv.org/pdf/2207.13220.pdf)\n",
+ "Professionals With Vision Disabilities in Accessing Data Visualizations](https://ieeexplore.ieee.org/document/9973220)\n",
"- [Same Stats Different Graphs: Generating Datasets with Varied Appearance and\n",
"Identical Statistics through Simulated Annealing](https://www.research.autodesk.com/app/uploads/2023/03/same-stats-different-graphs.pdf_rec2hRjLLGgM7Cn2T.pdf)\n",
"- Alberto Cairo's How Charts Lie: Getting Smarter about Visual Information\n",
@@ -316,7 +316,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
- "version": "3.10.12"
+ "version": "3.11.8"
},
"orig_nbformat": 4
},