diff --git a/docs/extra/getting-started.ipynb b/docs/extra/getting-started.ipynb index 843db5e4..0761dbd7 100644 --- a/docs/extra/getting-started.ipynb +++ b/docs/extra/getting-started.ipynb @@ -4,7 +4,9 @@ "cell_type": "markdown", "id": "0d3ffc27", "metadata": {}, - "source": "# Getting started" + "source": [ + "# Getting started" + ] }, { "cell_type": "markdown", @@ -25,13 +27,10 @@ }, { "cell_type": "code", + "execution_count": null, "id": "801d0bed", - "metadata": { - "ExecuteTime": { - "end_time": "2025-01-23T14:36:35.101222Z", - "start_time": "2025-01-23T14:36:35.022822Z" - } - }, + "metadata": {}, + "outputs": [], "source": [ "from neo4j_viz import Node, Relationship, VisualizationGraph\n", "\n", @@ -63,36 +62,7 @@ "VG = VisualizationGraph(nodes=nodes, relationships=relationships)\n", "\n", "VG.render()" - ], - "outputs": [ - { - "data": { - "text/plain": [ - "" - ], - "text/html": [ - "\n", - "
\n", - " \n", - " " - ] - }, - "execution_count": 1, - "metadata": {}, - "output_type": "execute_result" - } - ], - "execution_count": 1 + ] }, { "cell_type": "markdown", @@ -112,57 +82,28 @@ }, { "cell_type": "code", + "execution_count": null, "id": "d935b3d4", - "metadata": { - "ExecuteTime": { - "end_time": "2025-01-23T14:36:44.792490Z", - "start_time": "2025-01-23T14:36:44.778867Z" - } - }, + "metadata": {}, + "outputs": [], "source": [ "VG.color_nodes(\"caption\")\n", "\n", "VG.render()" - ], - "outputs": [ - { - "data": { - "text/plain": [ - "" - ], - "text/html": [ - "\n", - "
\n", - " \n", - " " - ] - }, - "execution_count": 2, - "metadata": {}, - "output_type": "execute_result" - } - ], - "execution_count": 2 + ] }, { "cell_type": "markdown", "id": "a28bd5aa", "metadata": {}, - "source": "We are now easily able to distinguish between the different types of nodes in the graph." + "source": [ + "We are now easily able to distinguish between the different types of nodes in the graph." + ] }, { - "metadata": {}, "cell_type": "markdown", + "id": "b3bb58465761e57a", + "metadata": {}, "source": [ "## Next steps\n", "\n", @@ -175,18 +116,12 @@ "* Customize the appearance of the nodes and relationships: [Node API reference](./api-reference/node.rst) and [Relationship API reference](./api-reference/relationship.rst)\n", "* Check out the rendering options and convenience methods of `VisualizationGraph`: [VisualizationGraph API reference](./api-reference/visualization-graph.rst)\n", "* Browse the [tutorials](./tutorials/index.rst) for more examples and use cases\n" - ], - "id": "b3bb58465761e57a" + ] } ], "metadata": { "language_info": { "name": "python" - }, - "kernelspec": { - "name": "python3", - "language": "python", - "display_name": "Python 3 (ipykernel)" } }, "nbformat": 4, diff --git a/examples/gds-nvl-example.ipynb b/examples/gds-nvl-example.ipynb index 5b73f44a..d1f4497c 100644 --- a/examples/gds-nvl-example.ipynb +++ b/examples/gds-nvl-example.ipynb @@ -129,14 +129,14 @@ "data": { "text/html": [ "\n", - "
\n", + "
\n", "