Skip to content

Commit

Permalink
Minor fixes notebooks 01-04
Browse files Browse the repository at this point in the history
  • Loading branch information
nicole-brewer committed Sep 12, 2024
1 parent 7984daf commit 3a7ec44
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 297 deletions.
12 changes: 2 additions & 10 deletions 00_welcome.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,7 @@
"execution_count": null,
"id": "0f251cc9-a4ae-4066-b225-e3df83c46a7d",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Already up to date.\n"
]
}
],
"outputs": [],
"source": [
"%%bash\n",
"\n",
Expand Down Expand Up @@ -104,7 +96,7 @@
"source": [
"%%bash\n",
"\n",
"voila dashboard_02.ipynb"
"voila 08_dashboard.ipynb"
]
},
{
Expand Down
20 changes: 2 additions & 18 deletions 01_getting_started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -351,15 +351,7 @@
"execution_count": null,
"id": "84f1e291-c060-4802-91a0-a96a7b0659f8",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"exported to key/01/01.py\n"
]
}
],
"outputs": [],
"source": [
"# %answer key/01/01.py\n",
"\n",
Expand Down Expand Up @@ -428,15 +420,7 @@
"execution_count": null,
"id": "b6d43a64-3bdd-4673-8bdf-bffac68f6b95",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"exported to key/01/02.py\n"
]
}
],
"outputs": [],
"source": [
"# %answer key/01/02.py\n",
"\n",
Expand Down
271 changes: 5 additions & 266 deletions 02_workflow.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 03_nbdev.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
"metadata": {},
"outputs": [],
"source": [
"# %answer 03/01.py\n",
"# %answer key/03/01.py\n",
"\n",
"# import ..."
]
Expand Down
3 changes: 1 addition & 2 deletions key/03/02.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@

%load dashboard.__init__
%load dashboard/__init__.py

0 comments on commit 3a7ec44

Please sign in to comment.