Skip to content

Commit 9443cf3

Browse files
committed
tutorial
1 parent a8f8f3a commit 9443cf3

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

nbs/getting_started.ipynb

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,25 @@
5757
"cell_type": "markdown",
5858
"metadata": {},
5959
"source": [
60-
"## Getting started"
60+
"## How to use nbdev"
6161
]
6262
},
6363
{
6464
"cell_type": "markdown",
6565
"metadata": {},
6666
"source": [
67-
"We suggest these helpful resources to get started with `nbdev`:\n",
67+
"The best way to learn to use nbdev is to complete one of these tutorials (we suggest replicating each step to solidify your understanding):\n",
6868
"\n",
69-
"- [Official tutorial](https://nbdev.fast.ai/tutorial.html); (we suggest replicating each step to solidify your understanding)\n",
70-
"- [Official documentation](https://nbdev.fast.ai/getting_started.html)."
69+
"- [Written tutorial](https://nbdev.fast.ai/tutorial.html)\n",
70+
"\n",
71+
"**Video step-by-step walkthru** (to view full screen, click the little square in the bottom right of the video; to view in a separate Youtube window, click the Youtube logo):"
72+
]
73+
},
74+
{
75+
"cell_type": "markdown",
76+
"metadata": {},
77+
"source": [
78+
"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube-nocookie.com/embed/l7zS8Ld4_iA\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"
7179
]
7280
},
7381
{

nbs/tutorial.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"\n",
2121
"> A step by step guide\n",
2222
"\n",
23-
"- image: images/nbdev_source.gif"
23+
"- image: images/card.png"
2424
]
2525
},
2626
{
@@ -29,14 +29,14 @@
2929
"source": [
3030
"nbdev is a system for *exploratory programming*. In practice, programming in this way can feel very different to the kind of programming many of you will be familiar with, since we've mainly be taught coding techniques that are (at least implicitly) tied to the underlying tools we have access to. I've found that programming in a \"notebook first\" way can make me 2-3x more productive than I was before (when we used vscode, Visual Studio, vim, PyCharm, and similar tools).\n",
3131
"\n",
32-
"In this tutorial, I'll try to get you up and running with the basics of the nbdev system as quickly and easily as possible. You can also watch this video in which I take you through the tutorial, step by step (to view full screen, click the little square in the bottom right of the video; to view in a separate Youtube window, click the Youtube logo):"
32+
"In this tutorial, I'll try to get you up and running with the basics of the nbdev system as quickly and easily as possible. Alternatively, you can watch Jeremy Howard and Hamel Husain build a project from scratch in this video (to view full screen, click the little square in the bottom right of the video; to view in a separate Youtube window, click the Youtube logo):"
3333
]
3434
},
3535
{
3636
"cell_type": "markdown",
3737
"metadata": {},
3838
"source": [
39-
"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube-nocookie.com/embed/Hrs7iEYmRmg\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"
39+
"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube-nocookie.com/embed/l7zS8Ld4_iA\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"
4040
]
4141
},
4242
{
@@ -553,7 +553,7 @@
553553
"Do the saying"
554554
],
555555
"text/plain": [
556-
"<nbdev.showdoc.BasicMarkdownRenderer at 0x1205c2e50>"
556+
"<nbdev.showdoc.BasicMarkdownRenderer at 0x117e8bf70>"
557557
]
558558
},
559559
"execution_count": null,

0 commit comments

Comments
 (0)