|
1 | 1 | { |
2 | 2 | "cells": [ |
| 3 | + { |
| 4 | + "cell_type": "markdown", |
| 5 | + "id": "58f7dc1a-a3e6-4432-a41f-7c72fd8107af", |
| 6 | + "metadata": {}, |
| 7 | + "source": [ |
| 8 | + "[](https://colab.research.google.com/github/VectorInstitute/aieng-template-implementation/blob/main/implementations/implementation_a/topic_a_a.ipynb)" |
| 9 | + ] |
| 10 | + }, |
3 | 11 | { |
4 | 12 | "cell_type": "markdown", |
5 | 13 | "id": "598a5af2-81bd-43b5-8292-67be8eca7442", |
|
18 | 26 | }, |
19 | 27 | { |
20 | 28 | "cell_type": "code", |
21 | | - "execution_count": null, |
| 29 | + "execution_count": 1, |
22 | 30 | "id": "e89d13c0-6d80-45ab-ba7e-32ffc3fdbae5", |
23 | 31 | "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 | + ], |
25 | 42 | "source": [ |
26 | 43 | "%pip install aieng-topic-impl" |
27 | 44 | ] |
28 | 45 | }, |
29 | 46 | { |
30 | 47 | "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, |
42 | 49 | "id": "cbff3b87-1337-4833-9210-3f9452eb177d", |
43 | 50 | "metadata": {}, |
44 | 51 | "outputs": [], |
|
79 | 86 | }, |
80 | 87 | { |
81 | 88 | "cell_type": "code", |
82 | | - "execution_count": null, |
| 89 | + "execution_count": 4, |
83 | 90 | "id": "36de25c4-ff42-49f9-84a0-9c86f91d0658", |
84 | 91 | "metadata": {}, |
85 | | - "outputs": [], |
| 92 | + "outputs": [ |
| 93 | + { |
| 94 | + "name": "stdout", |
| 95 | + "output_type": "stream", |
| 96 | + "text": [ |
| 97 | + "example_impl\n" |
| 98 | + ] |
| 99 | + } |
| 100 | + ], |
86 | 101 | "source": [ |
87 | | - "result = example_impl()" |
| 102 | + "result = example_impl()\n", |
| 103 | + "print(result)" |
88 | 104 | ] |
89 | 105 | } |
90 | 106 | ], |
|
0 commit comments