Skip to content

Commit 30dcd0d

Browse files
committed
fix: point to tentris VM endpoint
1 parent 60db66e commit 30dcd0d

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

src/tentris-quickstart/quickstart.ipynb

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
"2. Install all the packages defined in `pyproject.toml` (including `ipykernel`).\n",
4343
"\n",
4444
"**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."
4646
]
4747
},
4848
{
4949
"cell_type": "code",
50-
"execution_count": 19,
50+
"execution_count": 4,
5151
"metadata": {
5252
"vscode": {
5353
"languageId": "shellscript"
@@ -62,8 +62,8 @@
6262
"Creating virtual environment at: \u001b[36m.venv\u001b[39m\n",
6363
"Activate with: \u001b[32msource .venv/bin/activate\u001b[39m\n",
6464
"\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",
6767
" \u001b[32m+\u001b[39m \u001b[1masttokens\u001b[0m\u001b[2m==3.0.0\u001b[0m\n",
6868
" \u001b[32m+\u001b[39m \u001b[1mcomm\u001b[0m\u001b[2m==0.2.3\u001b[0m\n",
6969
" \u001b[32m+\u001b[39m \u001b[1mdebugpy\u001b[0m\u001b[2m==1.8.17\u001b[0m\n",
@@ -100,9 +100,9 @@
100100
" \u001b[32m+\u001b[39m \u001b[1mtraitlets\u001b[0m\u001b[2m==5.14.3\u001b[0m\n",
101101
" \u001b[32m+\u001b[39m \u001b[1mtzdata\u001b[0m\u001b[2m==2025.2\u001b[0m\n",
102102
" \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",
106106
"Installed kernelspec tentris-env in /home/rmfranken/.local/share/jupyter/kernels/tentris-env\n"
107107
]
108108
}
@@ -136,7 +136,7 @@
136136
},
137137
{
138138
"cell_type": "code",
139-
"execution_count": 20,
139+
"execution_count": 8,
140140
"metadata": {},
141141
"outputs": [],
142142
"source": [
@@ -149,7 +149,7 @@
149149
"# --- 💡 IMPORTANT 💡 ---\n",
150150
"# This is the ONLY line you need to change.\n",
151151
"# 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",
153153
"# ------------------------\n",
154154
"\n",
155155
"# We will create our main 'graph' object in the next step\n",
@@ -169,13 +169,13 @@
169169
},
170170
{
171171
"cell_type": "code",
172-
"execution_count": 21,
172+
"execution_count": 9,
173173
"metadata": {},
174174
"outputs": [
175175
{
176176
"data": {
177177
"text/markdown": [
178-
"🚀 Connecting to server at `http://localhost:9080`..."
178+
"🚀 Connecting to server at `http://128.178.219.51:7502`..."
179179
],
180180
"text/plain": [
181181
"<IPython.core.display.Markdown object>"
@@ -232,7 +232,7 @@
232232
},
233233
{
234234
"cell_type": "code",
235-
"execution_count": 22,
235+
"execution_count": 11,
236236
"metadata": {},
237237
"outputs": [
238238
{
@@ -250,7 +250,7 @@
250250
{
251251
"data": {
252252
"text/markdown": [
253-
"Total Triples in Database: **2000000**"
253+
"Total Triples in Database: **2000002**"
254254
],
255255
"text/plain": [
256256
"<IPython.core.display.Markdown object>"
@@ -279,7 +279,7 @@
279279
},
280280
{
281281
"cell_type": "code",
282-
"execution_count": 23,
282+
"execution_count": 12,
283283
"metadata": {},
284284
"outputs": [
285285
{
@@ -464,7 +464,7 @@
464464
],
465465
"metadata": {
466466
"kernelspec": {
467-
"display_name": "open-pulse-quickstart",
467+
"display_name": ".venv",
468468
"language": "python",
469469
"name": "python3"
470470
},
@@ -478,7 +478,7 @@
478478
"name": "python",
479479
"nbconvert_exporter": "python",
480480
"pygments_lexer": "ipython3",
481-
"version": "3.13.2"
481+
"version": "3.12.3"
482482
}
483483
},
484484
"nbformat": 4,

0 commit comments

Comments
 (0)