|
42 | 42 | "2. Install all the packages defined in `pyproject.toml` (including `ipykernel`).\n", |
43 | 43 | "\n", |
44 | 44 | "**3. Set your VS Code Kernel:**\n", |
45 | | - "After running the cell, click \"Select Kernel\" in the top-right and choose the Python interpreter from your new `.venv` folder. (You may need to restart VS Code for it to appear)." |
| 45 | + "When running the cell, click \"Select Kernel\" in the top-right and choose create new virtual env - you will use this root-level .venv only to run the first cell. After that, the newly created .venv will be used." |
46 | 46 | ] |
47 | 47 | }, |
48 | 48 | { |
49 | 49 | "cell_type": "code", |
50 | | - "execution_count": 19, |
| 50 | + "execution_count": 4, |
51 | 51 | "metadata": { |
52 | 52 | "vscode": { |
53 | 53 | "languageId": "shellscript" |
|
62 | 62 | "Creating virtual environment at: \u001b[36m.venv\u001b[39m\n", |
63 | 63 | "Activate with: \u001b[32msource .venv/bin/activate\u001b[39m\n", |
64 | 64 | "\u001b[1m\u001b[33mwarning\u001b[39m\u001b[0m\u001b[1m:\u001b[0m \u001b[1m`VIRTUAL_ENV=/home/rmfranken/open-pulse-quickstart/.venv` does not match the project environment path `.venv` and will be ignored; use `--active` to target the active environment instead\u001b[0m\n", |
65 | | - "\u001b[2K\u001b[2mResolved \u001b[1m41 packages\u001b[0m \u001b[2min 102ms\u001b[0m\u001b[0m \u001b[0m\n", |
66 | | - "\u001b[2K\u001b[2mInstalled \u001b[1m36 packages\u001b[0m \u001b[2min 104ms\u001b[0m\u001b[0m \u001b[0m \u001b[0m░░░░░░░░░░░░░░░░░░░░ [0/0] \u001b[2mInstalling wheels... \u001b[0m\n", |
| 65 | + "\u001b[2mResolved \u001b[1m41 packages\u001b[0m \u001b[2min 1ms\u001b[0m\u001b[0m\n", |
| 66 | + "\u001b[2K\u001b[2mInstalled \u001b[1m36 packages\u001b[0m \u001b[2min 98ms\u001b[0m\u001b[0m \u001b[0m\n", |
67 | 67 | " \u001b[32m+\u001b[39m \u001b[1masttokens\u001b[0m\u001b[2m==3.0.0\u001b[0m\n", |
68 | 68 | " \u001b[32m+\u001b[39m \u001b[1mcomm\u001b[0m\u001b[2m==0.2.3\u001b[0m\n", |
69 | 69 | " \u001b[32m+\u001b[39m \u001b[1mdebugpy\u001b[0m\u001b[2m==1.8.17\u001b[0m\n", |
|
100 | 100 | " \u001b[32m+\u001b[39m \u001b[1mtraitlets\u001b[0m\u001b[2m==5.14.3\u001b[0m\n", |
101 | 101 | " \u001b[32m+\u001b[39m \u001b[1mtzdata\u001b[0m\u001b[2m==2025.2\u001b[0m\n", |
102 | 102 | " \u001b[32m+\u001b[39m \u001b[1mwcwidth\u001b[0m\u001b[2m==0.2.14\u001b[0m\n", |
103 | | - "\u001b[2mUsing Python 3.13.2 environment at: /home/rmfranken/open-pulse-quickstart/.venv\u001b[0m\n", |
104 | | - "\u001b[2K\u001b[2mResolved \u001b[1m7 packages\u001b[0m \u001b[2min 7ms\u001b[0m\u001b[0m \u001b[0m\n", |
105 | | - "\u001b[2mAudited \u001b[1m7 packages\u001b[0m \u001b[2min 0.19ms\u001b[0m\u001b[0m\n", |
| 103 | + "\u001b[2mUsing Python 3.12.3 environment at: /home/rmfranken/open-pulse-quickstart/.venv\u001b[0m\n", |
| 104 | + "\u001b[2K\u001b[2mResolved \u001b[1m7 packages\u001b[0m \u001b[2min 8ms\u001b[0m\u001b[0m \u001b[0m\n", |
| 105 | + "\u001b[2mAudited \u001b[1m7 packages\u001b[0m \u001b[2min 0.25ms\u001b[0m\u001b[0m\n", |
106 | 106 | "Installed kernelspec tentris-env in /home/rmfranken/.local/share/jupyter/kernels/tentris-env\n" |
107 | 107 | ] |
108 | 108 | } |
|
136 | 136 | }, |
137 | 137 | { |
138 | 138 | "cell_type": "code", |
139 | | - "execution_count": 20, |
| 139 | + "execution_count": 8, |
140 | 140 | "metadata": {}, |
141 | 141 | "outputs": [], |
142 | 142 | "source": [ |
|
149 | 149 | "# --- 💡 IMPORTANT 💡 ---\n", |
150 | 150 | "# This is the ONLY line you need to change.\n", |
151 | 151 | "# Set this to the server IP address provided by the hackathon organizers.\n", |
152 | | - "ENDPOINT_URL = \"http://localhost:9080\"\n", |
| 152 | + "ENDPOINT_URL = \"http://128.178.219.51:7502\"\n", |
153 | 153 | "# ------------------------\n", |
154 | 154 | "\n", |
155 | 155 | "# We will create our main 'graph' object in the next step\n", |
|
169 | 169 | }, |
170 | 170 | { |
171 | 171 | "cell_type": "code", |
172 | | - "execution_count": 21, |
| 172 | + "execution_count": 9, |
173 | 173 | "metadata": {}, |
174 | 174 | "outputs": [ |
175 | 175 | { |
176 | 176 | "data": { |
177 | 177 | "text/markdown": [ |
178 | | - "🚀 Connecting to server at `http://localhost:9080`..." |
| 178 | + "🚀 Connecting to server at `http://128.178.219.51:7502`..." |
179 | 179 | ], |
180 | 180 | "text/plain": [ |
181 | 181 | "<IPython.core.display.Markdown object>" |
|
232 | 232 | }, |
233 | 233 | { |
234 | 234 | "cell_type": "code", |
235 | | - "execution_count": 22, |
| 235 | + "execution_count": 11, |
236 | 236 | "metadata": {}, |
237 | 237 | "outputs": [ |
238 | 238 | { |
|
250 | 250 | { |
251 | 251 | "data": { |
252 | 252 | "text/markdown": [ |
253 | | - "Total Triples in Database: **2000000**" |
| 253 | + "Total Triples in Database: **2000002**" |
254 | 254 | ], |
255 | 255 | "text/plain": [ |
256 | 256 | "<IPython.core.display.Markdown object>" |
|
279 | 279 | }, |
280 | 280 | { |
281 | 281 | "cell_type": "code", |
282 | | - "execution_count": 23, |
| 282 | + "execution_count": 12, |
283 | 283 | "metadata": {}, |
284 | 284 | "outputs": [ |
285 | 285 | { |
|
464 | 464 | ], |
465 | 465 | "metadata": { |
466 | 466 | "kernelspec": { |
467 | | - "display_name": "open-pulse-quickstart", |
| 467 | + "display_name": ".venv", |
468 | 468 | "language": "python", |
469 | 469 | "name": "python3" |
470 | 470 | }, |
|
478 | 478 | "name": "python", |
479 | 479 | "nbconvert_exporter": "python", |
480 | 480 | "pygments_lexer": "ipython3", |
481 | | - "version": "3.13.2" |
| 481 | + "version": "3.12.3" |
482 | 482 | } |
483 | 483 | }, |
484 | 484 | "nbformat": 4, |
|
0 commit comments