Skip to content

Commit

Permalink
Merge pull request #56 from jukent/fix-admonition
Browse files Browse the repository at this point in the history
fix admonition
  • Loading branch information
jukent authored Jun 5, 2024
2 parents 521a903 + 44efdbd commit cc86550
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions notebooks/1-comparison.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"1. UXarray\n",
"1. hvPlot\n",
"\n",
"<div class=\"admonition alert alert-info\">\n",
" <p class=\"admonition-title\" style=\"font-weight:bold\">Note</p>\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",
"</div> "
"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"
]
},
{
Expand Down Expand Up @@ -379,7 +379,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.12"
"version": "3.11.8"
},
"nbdime-conflicts": {
"local_diff": [
Expand Down
4 changes: 2 additions & 2 deletions notebooks/2-good-viz.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -316,7 +316,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.12"
"version": "3.11.8"
},
"orig_nbformat": 4
},
Expand Down

0 comments on commit cc86550

Please sign in to comment.