Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mooc-rr
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
8d53fc3d1862140011f63ba5f84a5830
mooc-rr
Commits
bdcde6aa
Commit
bdcde6aa
authored
Apr 08, 2020
by
8d53fc3d1862140011f63ba5f84a5830
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
before export to html,pdf, ?
parent
1fed7839
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
52 additions
and
9 deletions
+52
-9
speel_schrijfboekje.ipynb
module2/exo1/speel_schrijfboekje.ipynb
+52
-9
No files found.
module2/exo1/speel_schrijfboekje.ipynb
View file @
bdcde6aa
...
@@ -2,7 +2,10 @@
...
@@ -2,7 +2,10 @@
"cells": [
"cells": [
{
{
"cell_type": "markdown",
"cell_type": "markdown",
"metadata": {},
"metadata": {
"hideCode": false,
"hidePrompt": false
},
"source": [
"source": [
"# Hoofdstuk1\n",
"# Hoofdstuk1\n",
"Dit is de eerste regel van hoofdstuk1"
"Dit is de eerste regel van hoofdstuk1"
...
@@ -10,31 +13,71 @@
...
@@ -10,31 +13,71 @@
},
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count": 1,
"execution_count": 2,
"metadata": {},
"metadata": {
"hideCode": false,
"hidePrompt": false
},
"outputs": [
"outputs": [
{
{
"name": "stdout",
"name": "stdout",
"output_type": "stream",
"output_type": "stream",
"text": [
"text": [
"3.14\n"
"3.14
15
\n"
]
]
}
}
],
],
"source": [
"source": [
"x =3.14\n",
"x =3.14
15
\n",
"print(x)"
"print(x)"
]
]
},
},
{
"cell_type": "markdown",
"metadata": {
"hideCode": false,
"hidePrompt": false
},
"source": [
"## Hoofdstuk2\n",
"Dit is de eerste regel van hoofdstuk2"
]
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count": null,
"execution_count": 7,
"metadata": {},
"metadata": {
"outputs": [],
"hideCode": false,
"source": []
"hidePrompt": false
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"2.718281828459045\n"
]
}
],
"source": [
"import math\n",
"y = math.exp(1)\n",
"print(y)"
]
},
{
"cell_type": "markdown",
"metadata": {
"hideCode": false,
"hidePrompt": false
},
"source": [
"Dit is een doodgewone tekst over de contante `e` met waarde {{y}}"
]
}
}
],
],
"metadata": {
"metadata": {
"hide_code_all_hidden": false,
"kernelspec": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3",
"language": "python",
"language": "python",
...
...
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