Skip to content

Commit 3a7ec44

Browse files
committedSep 12, 2024·
Minor fixes notebooks 01-04
1 parent 7984daf commit 3a7ec44

File tree

5 files changed

+11
-297
lines changed

5 files changed

+11
-297
lines changed
 

‎00_welcome.ipynb

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,7 @@
4141
"execution_count": null,
4242
"id": "0f251cc9-a4ae-4066-b225-e3df83c46a7d",
4343
"metadata": {},
44-
"outputs": [
45-
{
46-
"name": "stdout",
47-
"output_type": "stream",
48-
"text": [
49-
"Already up to date.\n"
50-
]
51-
}
52-
],
44+
"outputs": [],
5345
"source": [
5446
"%%bash\n",
5547
"\n",
@@ -104,7 +96,7 @@
10496
"source": [
10597
"%%bash\n",
10698
"\n",
107-
"voila dashboard_02.ipynb"
99+
"voila 08_dashboard.ipynb"
108100
]
109101
},
110102
{

‎01_getting_started.ipynb

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -351,15 +351,7 @@
351351
"execution_count": null,
352352
"id": "84f1e291-c060-4802-91a0-a96a7b0659f8",
353353
"metadata": {},
354-
"outputs": [
355-
{
356-
"name": "stdout",
357-
"output_type": "stream",
358-
"text": [
359-
"exported to key/01/01.py\n"
360-
]
361-
}
362-
],
354+
"outputs": [],
363355
"source": [
364356
"# %answer key/01/01.py\n",
365357
"\n",
@@ -428,15 +420,7 @@
428420
"execution_count": null,
429421
"id": "b6d43a64-3bdd-4673-8bdf-bffac68f6b95",
430422
"metadata": {},
431-
"outputs": [
432-
{
433-
"name": "stdout",
434-
"output_type": "stream",
435-
"text": [
436-
"exported to key/01/02.py\n"
437-
]
438-
}
439-
],
423+
"outputs": [],
440424
"source": [
441425
"# %answer key/01/02.py\n",
442426
"\n",

‎02_workflow.ipynb

Lines changed: 5 additions & 266 deletions
Large diffs are not rendered by default.

‎03_nbdev.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@
338338
"metadata": {},
339339
"outputs": [],
340340
"source": [
341-
"# %answer 03/01.py\n",
341+
"# %answer key/03/01.py\n",
342342
"\n",
343343
"# import ..."
344344
]

‎key/03/02.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
2-
%load dashboard.__init__
1+
%load dashboard/__init__.py

0 commit comments

Comments
 (0)
Please sign in to comment.