Skip to content

Commit cc86550

Browse files
authored
Merge pull request #56 from jukent/fix-admonition
fix admonition
2 parents 521a903 + 44efdbd commit cc86550

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

notebooks/1-comparison.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
"1. UXarray\n",
2626
"1. hvPlot\n",
2727
"\n",
28-
"<div class=\"admonition alert alert-info\">\n",
29-
" <p class=\"admonition-title\" style=\"font-weight:bold\">Note</p>\n",
30-
" 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",
28+
"```{admonition} Info\n",
29+
":class: tip\n",
3130
"\n",
32-
"Missing a plotting library that you use and want others to know more about? [Let us know!]()\n",
33-
"</div> "
31+
"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",
32+
"\n",
33+
"Missing a plotting library that you use and want others to know more about? [Let us know!]()\n"
3434
]
3535
},
3636
{
@@ -379,7 +379,7 @@
379379
"name": "python",
380380
"nbconvert_exporter": "python",
381381
"pygments_lexer": "ipython3",
382-
"version": "3.10.12"
382+
"version": "3.11.8"
383383
},
384384
"nbdime-conflicts": {
385385
"local_diff": [

notebooks/2-good-viz.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
"- [GeoCAT-examples Gallery](https://geocat-examples.readthedocs.io/en/latest/)\n",
293293
"- [NWSC Script](https://docs.google.com/document/d/1PxJBbYJsI5nmR9pDQmcRM0ZghRPSI_xlzGVhw3AEUms/edit)\n",
294294
"- [Beyond Visuals: Examining the Experiences of Geoscience\n",
295-
"Professionals With Vision Disabilities in Accessing Data Visualizations](https://arxiv.org/pdf/2207.13220.pdf)\n",
295+
"Professionals With Vision Disabilities in Accessing Data Visualizations](https://ieeexplore.ieee.org/document/9973220)\n",
296296
"- [Same Stats Different Graphs: Generating Datasets with Varied Appearance and\n",
297297
"Identical Statistics through Simulated Annealing](https://www.research.autodesk.com/app/uploads/2023/03/same-stats-different-graphs.pdf_rec2hRjLLGgM7Cn2T.pdf)\n",
298298
"- Alberto Cairo's How Charts Lie: Getting Smarter about Visual Information\n",
@@ -316,7 +316,7 @@
316316
"name": "python",
317317
"nbconvert_exporter": "python",
318318
"pygments_lexer": "ipython3",
319-
"version": "3.10.12"
319+
"version": "3.11.8"
320320
},
321321
"orig_nbformat": 4
322322
},

0 commit comments

Comments
 (0)