Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
esm-tutorials
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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 @@
...
@@ -100,6 +100,17 @@
"## Functions"
"## 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",
"cell_type": "code",
"execution_count": 5,
"execution_count": 5,
...
...
tutorial-1/tutorial01-2.ipynb
View file @
723f0069
...
@@ -72,6 +72,13 @@
...
@@ -72,6 +72,13 @@
"## Functions"
"## 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",
"cell_type": "code",
"execution_count": 4,
"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