Skip to content

Commit

Permalink
rename files numerically and pin bokeh
Browse files Browse the repository at this point in the history
  • Loading branch information
jukent committed Dec 8, 2023
1 parent 3c277be commit 3311097
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ parts:
- file: notebooks/how-to-cite
- caption: Basics of Geoscience Visualization
chapters:
- file: notebooks/comparison
- file: notebooks/good-viz
- file: notebooks/plot-elements
- file: notebooks/1-comparison
- file: notebooks/2-good-viz
- file: notebooks/3-plot-elements
- caption: Specialty Plots
chapters:
- file: notebooks/taylor-diagrams
- file: notebooks/skewt
- file: notebooks/4-taylor-diagrams
- file: notebooks/5-skewt
- caption: Visualization of Structured Grids
chapters:
- file: notebooks/spaghetti
- file: notebooks/6-spaghetti
- caption: Animation
chapters:
- file: notebooks/animation
- file: notebooks/7-animation
- caption: Interactivity
chapters:
- file: notebooks/interactive-holoviz-mpas
- file: notebooks/8-interactive-holoviz-mpas
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- hvplot
- plotly
- seaborn
- bokeh
- bokeh=2.3
- uxarray
- datashader
- geocat-datafiles
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@
"\n",
"### What's next?\n",
"\n",
"Next up let's discuss elements of [good data visualization](good-viz)."
"Next up let's discuss elements of [good data visualization](2-good-viz)."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/good-viz.ipynb → notebooks/2-good-viz.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@
"\n",
"### What's next?\n",
"\n",
"Let's break down the different components of data visualization in [Plot Elements](plot-elements).\n"
"Let's break down the different components of data visualization in [Plot Elements](3-plot-elements).\n"
]
},
{
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@
"\n",
"### What's next?\n",
"\n",
"Let's look at the meteorology specialty plots [Skew T Diagrams](skewt)."
"Let's look at the meteorology specialty plots [Skew T Diagrams](5-skewt)."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/skewt.ipynb → notebooks/5-skewt.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@
"Skew-T plots are a useful tool for visualizing and understanding sounding data. Creating Skew-T plots in python might seem challenging given their unique structural characteristics, but `MetPy`'s `SkewT` module greatly simplifies the process.\n",
"\n",
"### What's next?\n",
"Next up let’s discuss [spaghetti plots](spaghetti)."
"Next up let’s discuss [spaghetti plots](6-spaghetti)."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/spaghetti.ipynb → notebooks/6-spaghetti.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@
"\n",
"### What's next?\n",
"\n",
"Next up let's discuss [Animation](animation)."
"Next up let's discuss [Animation](7-animation)."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/animation.ipynb → notebooks/7-animation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@
"\n",
"### What's next?\n",
"\n",
"In the final section of this cookbook, let’s look at [interactive plotting with Holoviz](interactive-holoviz-mpas) tools."
"In the final section of this cookbook, let’s look at [interactive plotting with Holoviz](8-interactive-holoviz-mpas) tools."
]
},
{
Expand Down
File renamed without changes.

0 comments on commit 3311097

Please sign in to comment.