Skip to content

Commit 8dc0925

Browse files
author
Wang
committed
improve Getting Started paths with What's Next sections
1 parent 15f50e9 commit 8dc0925

File tree

3 files changed

+47
-2
lines changed

3 files changed

+47
-2
lines changed

src/graph_notebook/notebooks/01-Getting-Started/01-About-the-Neptune-Notebook.ipynb

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,23 @@
248248
"\n",
249249
"g.V().limit(10)"
250250
]
251+
},
252+
{
253+
"cell_type": "markdown",
254+
"metadata": {},
255+
"source": [
256+
"## What's next?\n",
257+
"\n",
258+
"Congratulations! You've completed the basic tutorial for the graph notebook. To learn more, here are some recommended notebooks:\n",
259+
"\n",
260+
"[More Gremlin Queries](./02-Using-Gremlin-to-Access-the-Graph.ipynb)\n",
261+
"\n",
262+
"[More SPARQL Queries](./03-Using-RDF-and-SPARQL-to-Access-the-Graph.ipynb)\n",
263+
"\n",
264+
"[Explore English Premier League using Gremlin](../02-Visualization/EPL-Gremlin.ipynb)\n",
265+
"\n",
266+
"[Explore English Premier League using SPARQL](../02-Visualization/EPL-SPARQL.ipynb)"
267+
]
251268
}
252269
],
253270
"metadata": {
@@ -271,4 +288,4 @@
271288
},
272289
"nbformat": 4,
273290
"nbformat_minor": 2
274-
}
291+
}

src/graph_notebook/notebooks/01-Getting-Started/02-Using-Gremlin-to-Access-the-Graph.ipynb

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,21 @@
323323
"\n",
324324
"The `.next()` step does not work with `.drop()`. Use `.iterate()` instead."
325325
]
326+
},
327+
{
328+
"cell_type": "markdown",
329+
"metadata": {},
330+
"source": [
331+
"## What's next?\n",
332+
"\n",
333+
"Now that you've tried your hand at Gremlin queries, take your learning to the next level with these datasets:\n",
334+
"\n",
335+
"[Explore English Premier League using Gremlin](../02-Visualization/EPL-Gremlin.ipynb)\n",
336+
"\n",
337+
"[Explore global air route data using Gremlin](../02-Visualization/Air-Routes-Gremlin.ipynb)\n",
338+
"\n",
339+
"[Explore social networks using Gremlin](./04-Social-Network-Recommendations-with-Gremlin.ipynb)"
340+
]
326341
}
327342
],
328343
"metadata": {
@@ -346,4 +361,4 @@
346361
},
347362
"nbformat": 4,
348363
"nbformat_minor": 2
349-
}
364+
}

src/graph_notebook/notebooks/01-Getting-Started/03-Using-RDF-and-SPARQL-to-Access-the-Graph.ipynb

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,19 @@
7070
"\n",
7171
"For a list of all available MIME types, see [SPARQL HTTP API](https://docs.aws.amazon.com/neptune/latest/userguide/sparql-api-reference.html)."
7272
]
73+
},
74+
{
75+
"cell_type": "markdown",
76+
"metadata": {},
77+
"source": [
78+
"## What's next?\n",
79+
"\n",
80+
"Now that you've tried your hand at SPARQL queries, take your learning to the next level with these datasets:\n",
81+
"\n",
82+
"[Explore English Premier League using SPARQL](../02-Visualization/EPL-SPARQL.ipynb)\n",
83+
"\n",
84+
"[Explore global air route data using SPARQL](../02-Visualization/Air-Routes-SPARQL.ipynb)"
85+
]
7386
}
7487
],
7588
"metadata": {

0 commit comments

Comments
 (0)