Skip to content

Commit 1ba5276

Browse files
committed
Fix up some more rendering warnings
1 parent dbc7d54 commit 1ba5276

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

notebooks/skewt/Foundational_Sounding.ipynb

-14
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,12 @@
11
{
22
"cells": [
3-
{
4-
"cell_type": "markdown",
5-
"metadata": {},
6-
"source": [
7-
"<img src=\"images/ProjectPythia_Logo_Final-01-Blue.svg\" width=250 alt=\"Project Pythia Logo\"></img>"
8-
]
9-
},
103
{
114
"cell_type": "markdown",
125
"metadata": {},
136
"source": [
147
"# MetPy Skew-T Cookbook"
158
]
169
},
17-
{
18-
"cell_type": "markdown",
19-
"metadata": {},
20-
"source": [
21-
"---"
22-
]
23-
},
2410
{
2511
"cell_type": "markdown",
2612
"metadata": {},

notebooks/synoptic/Geostrophic_Wind_And_Few_More.ipynb

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {
6+
"cell_marker": "\"\"\"",
7+
"lines_to_next_cell": 0
8+
},
9+
"source": [
10+
"Geostrophic Wind and Other Calcuations\n",
11+
"======================================\n",
12+
"\n",
13+
"Demonstrate a variety of calculations in MetPy."
14+
]
15+
},
316
{
417
"cell_type": "code",
518
"execution_count": 1,

0 commit comments

Comments
 (0)