Skip to content

Commit cdc5e50

Browse files
committed
Fix colab link
1 parent f2ee316 commit cdc5e50

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

nbs/000_tour.ipynb

+7-7
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
{
4949
"data": {
5050
"text/markdown": [
51-
"[Open `index` in Colab](https://colab.research.google.com/github/fastai/fastcore/blob/master/nbs/index.ipynb)"
51+
"[Open `000_tour` in Colab](https://colab.research.google.com/github/AnswerDotAI/fastcore/blob/master/nbs/000_tour.ipynb)"
5252
],
5353
"text/plain": [
5454
"<IPython.core.display.Markdown object>"
@@ -59,7 +59,7 @@
5959
}
6060
],
6161
"source": [
62-
"colab_link('index')"
62+
"colab_link('000_tour')"
6363
]
6464
},
6565
{
@@ -77,7 +77,7 @@
7777
{
7878
"data": {
7979
"text/plain": [
80-
"<function fastcore.foundation.coll_repr(c, max_n=10)>"
80+
"<function fastcore.foundation.coll_repr(c, max_n=20)>"
8181
]
8282
},
8383
"execution_count": null,
@@ -357,7 +357,7 @@
357357
{
358358
"data": {
359359
"text/plain": [
360-
"__main__.ProductPage(author='Jeremy', price=1.5, cost=0.5)"
360+
"ProductPage(author='Jeremy', price=1.5, cost=0.5)"
361361
]
362362
},
363363
"execution_count": null,
@@ -467,7 +467,7 @@
467467
{
468468
"data": {
469469
"text/plain": [
470-
"(#20) [5,1,9,10,18,13,6,17,3,16...]"
470+
"(#20) [4,14,1,7,3,18,5,6,11,15,13,17,16,2,8,10,0,9,12,19]"
471471
]
472472
},
473473
"execution_count": null,
@@ -495,7 +495,7 @@
495495
{
496496
"data": {
497497
"text/plain": [
498-
"(#3) [9,18,6]"
498+
"(#3) [1,3,5]"
499499
]
500500
},
501501
"execution_count": null,
@@ -522,7 +522,7 @@
522522
{
523523
"data": {
524524
"text/plain": [
525-
"(#5) [4,7,9,18,19]"
525+
"(#5) [5,9,11,12,19]"
526526
]
527527
},
528528
"execution_count": null,

0 commit comments

Comments
 (0)