Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
esm-course
esm-tutorials
Commits
723f0069
Commit
723f0069
authored
Jul 13, 2018
by
sp2668
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add more explanations and remarks
parent
d09d7f7b
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
62 additions
and
8 deletions
+62
-8
tutorial-1/solution01-1.ipynb
tutorial-1/solution01-1.ipynb
+44
-8
tutorial-1/solution01-2.ipynb
tutorial-1/solution01-2.ipynb
+11
-0
tutorial-1/tutorial01-2.ipynb
tutorial-1/tutorial01-2.ipynb
+7
-0
No files found.
tutorial-1/solution01-1.ipynb
View file @
723f0069
This diff is collapsed.
Click to expand it.
tutorial-1/solution01-2.ipynb
View file @
723f0069
...
...
@@ -100,6 +100,17 @@
"## Functions"
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"> **Remark:** The `lambda` operator is a way to create small anonymous functions, i.e. functions without a name, in Python. "
]
},
{
"cell_type": "code",
"execution_count": 5,
...
...
tutorial-1/tutorial01-2.ipynb
View file @
723f0069
...
...
@@ -72,6 +72,13 @@
"## Functions"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"> **Remark:** The `lambda` operator is a way to create small anonymous functions, i.e. functions without a name, in Python. "
]
},
{
"cell_type": "code",
"execution_count": 4,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment