Skip to content

Commit

Permalink
remove more notebook lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Mar 7, 2023
1 parent ea7500f commit e9c8ef5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions lessons/landlab/landlab/intro-to-grids-solution.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"outputs": [],
"source": [
"# get info on RasterModelGrid\n",
"RasterModelGrid?"
"?RasterModelGrid"
]
},
{
Expand Down Expand Up @@ -1044,7 +1044,7 @@
"outputs": [],
"source": [
"# recall the question mark notation used to access documentation in Landlab\n",
"LinearDiffuser?"
"?LinearDiffuser"
]
},
{
Expand Down Expand Up @@ -1253,7 +1253,7 @@
"outputs": [],
"source": [
"# check out the optional variables\n",
"LinearDiffuser?"
"?LinearDiffuser"
]
},
{
Expand Down
6 changes: 3 additions & 3 deletions lessons/landlab/landlab/intro-to-grids.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"outputs": [],
"source": [
"# get info on RasterModelGrid\n",
"RasterModelGrid?"
"?RasterModelGrid"
]
},
{
Expand Down Expand Up @@ -1100,7 +1100,7 @@
"outputs": [],
"source": [
"# recall the question mark notation used to access documentation in Landlab\n",
"LinearDiffuser?"
"?LinearDiffuser"
]
},
{
Expand Down Expand Up @@ -1325,7 +1325,7 @@
"outputs": [],
"source": [
"# check out the optional variables\n",
"LinearDiffuser?"
"?LinearDiffuser"
]
},
{
Expand Down

0 comments on commit e9c8ef5

Please sign in to comment.