Skip to content

Commit 9d54bbd

Browse files
committed
Add open in colab link
1 parent cbd08a9 commit 9d54bbd

1 file changed

Lines changed: 32 additions & 16 deletions

File tree

implementations/implementation_a/topic_a_a.ipynb

Lines changed: 32 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "58f7dc1a-a3e6-4432-a41f-7c72fd8107af",
6+
"metadata": {},
7+
"source": [
8+
"[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/VectorInstitute/aieng-template-implementation/blob/main/implementations/implementation_a/topic_a_a.ipynb)"
9+
]
10+
},
311
{
412
"cell_type": "markdown",
513
"id": "598a5af2-81bd-43b5-8292-67be8eca7442",
@@ -18,27 +26,26 @@
1826
},
1927
{
2028
"cell_type": "code",
21-
"execution_count": null,
29+
"execution_count": 1,
2230
"id": "e89d13c0-6d80-45ab-ba7e-32ffc3fdbae5",
2331
"metadata": {},
24-
"outputs": [],
32+
"outputs": [
33+
{
34+
"name": "stdout",
35+
"output_type": "stream",
36+
"text": [
37+
"Requirement already satisfied: aieng-topic-impl in /Users/amritkrishnan/src/aieng-template-implementation/.venv/lib/python3.12/site-packages (0.1.0)\n",
38+
"Note: you may need to restart the kernel to use updated packages.\n"
39+
]
40+
}
41+
],
2542
"source": [
2643
"%pip install aieng-topic-impl"
2744
]
2845
},
2946
{
3047
"cell_type": "code",
31-
"execution_count": null,
32-
"id": "b0c99e95-41e9-4896-a7e3-41bdec77e9cb",
33-
"metadata": {},
34-
"outputs": [],
35-
"source": [
36-
"!pip install aieng"
37-
]
38-
},
39-
{
40-
"cell_type": "code",
41-
"execution_count": null,
48+
"execution_count": 3,
4249
"id": "cbff3b87-1337-4833-9210-3f9452eb177d",
4350
"metadata": {},
4451
"outputs": [],
@@ -79,12 +86,21 @@
7986
},
8087
{
8188
"cell_type": "code",
82-
"execution_count": null,
89+
"execution_count": 4,
8390
"id": "36de25c4-ff42-49f9-84a0-9c86f91d0658",
8491
"metadata": {},
85-
"outputs": [],
92+
"outputs": [
93+
{
94+
"name": "stdout",
95+
"output_type": "stream",
96+
"text": [
97+
"example_impl\n"
98+
]
99+
}
100+
],
86101
"source": [
87-
"result = example_impl()"
102+
"result = example_impl()\n",
103+
"print(result)"
88104
]
89105
}
90106
],

0 commit comments

Comments
 (0)