Skip to content

Commit dcefff1

Browse files
committed
refactored walkthrough notebooks
1 parent c856045 commit dcefff1

File tree

8 files changed

+544
-819
lines changed

8 files changed

+544
-819
lines changed

notebooks/walkthrough/00-introduction.ipynb

Lines changed: 52 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,40 @@
2222
"> HARRY TUTTLE: Why? I came into this game for the action, the excitement. Go anywhere, travel light, get in, get out, wherever there's trouble, a man alone.\n",
2323
"\n",
2424
"\n",
25-
"**Tuttle is an open-source software project supported by the [Prototype Fund](https://prototypefund.de/en/about-2/). We develop a finance and business planning tool tailored for the requirements of freelancers.**\n",
26-
"\n",
25+
"**Tuttle is an open-source software project supported by the [Prototype Fund](https://prototypefund.de/en/about-2/). We develop a finance and business planning tool tailored for the requirements of freelancers.**"
26+
]
27+
},
28+
{
29+
"cell_type": "code",
30+
"execution_count": 5,
31+
"id": "d8c33175-64fa-4655-8f0f-fa2ab59f433d",
32+
"metadata": {},
33+
"outputs": [
34+
{
35+
"data": {
36+
"text/html": [
37+
"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/VRfoIyx8KfU\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"
38+
],
39+
"text/plain": [
40+
"<IPython.core.display.HTML object>"
41+
]
42+
},
43+
"execution_count": 5,
44+
"metadata": {},
45+
"output_type": "execute_result"
46+
}
47+
],
48+
"source": [
49+
"from IPython.display import HTML\n",
2750
"\n",
51+
"HTML('<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/VRfoIyx8KfU\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>')"
52+
]
53+
},
54+
{
55+
"cell_type": "markdown",
56+
"id": "c9a8a7b6-e151-4d41-b14b-1fa5cff48fb9",
57+
"metadata": {},
58+
"source": [
2859
"### Which challenges does the project address?\n",
2960
"\n",
3061
"The working world is changing, the trend is towards freelancing: software developers, designers and journalists appreciate the freedom and creative possibilities of solo self-employment. More and more professionals are choosing it for themselves. It allows them to specialize and gain experience with many projects and clients.\n",
@@ -80,7 +111,8 @@
80111
"\n",
81112
"### Acknowledgements\n",
82113
"\n",
83-
"This project is funded by the [Prototype Fund](https://prototypefund.de).\n"
114+
"This project is funded by the [Prototype Fund](https://prototypefund.de).\n",
115+
"\n"
84116
]
85117
},
86118
{
@@ -114,16 +146,27 @@
114146
"id": "6e3e8e94-d7f8-4235-b5ad-5a9ecd4f819d",
115147
"metadata": {},
116148
"source": [
117-
"![](https://media.gettyimages.com/vectors/under-construction-sign-in-white-background-vector-id536013219?b=1&k=6&m=536013219&s=170x170&h=_-DZGgLDo-84eyZSJZmgwlekma7FYt3LdOdLIC7qktw=)"
149+
"- **track your work time with ease**\n",
150+
"\n",
151+
"- **automate your invoicing**\n",
152+
"\n",
153+
"- **plan ahead and forecast your revenue**\n",
154+
"\n",
155+
"- **forecast revenue-dependent expenses**\n",
156+
" - income tax taxes\n",
157+
" - health insurance\n",
158+
" \n",
159+
"- **calculate your effective income**\n",
160+
"\n"
118161
]
119162
},
120163
{
121-
"cell_type": "code",
122-
"execution_count": null,
123-
"id": "f2809b5c-795e-4ef6-94df-08aa6981c62c",
164+
"cell_type": "markdown",
165+
"id": "cf448e40-28df-4b2e-a244-c65f9431c5c4",
124166
"metadata": {},
125-
"outputs": [],
126-
"source": []
167+
"source": [
168+
"------"
169+
]
127170
}
128171
],
129172
"metadata": {

0 commit comments

Comments
 (0)