From bb823a7d01c3448f4da3793bf88f3c158e683f33 Mon Sep 17 00:00:00 2001 From: Wey Gu Date: Tue, 23 Apr 2024 14:48:21 +0800 Subject: [PATCH] docs: version info updated --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e14d096d..7a439108 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,10 @@ ### Jupyter Notebook Integration -[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/wey-gu/ipython-ngql/blob/main/examples/get_started.ipynb) +[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/wey-gu/jupyter_nebulagraph/blob/main/docs/get_started.ipynb) -If you are about to access NebulaGraph within Jupyter Notebook, you may want to use the [NebulaGraph Jupyter Extension](https://pypi.org/project/ipython-ngql/), which provides a more interactive way to access NebulaGraph. See also this on Google Colab: [NebulaGraph on Google Colab](https://colab.research.google.com/github/wey-gu/ipython-ngql/blob/main/examples/get_started.ipynb). +If you are about to access NebulaGraph within Jupyter Notebook, you may want to use the [NebulaGraph Jupyter Extension](https://pypi.org/project/jupyter-nebulagraph/), which provides a more interactive way to access NebulaGraph. See also this on Google Colab: [NebulaGraph on Google Colab](https://colab.research.google.com/github/wey-gu/jupyter_nebulagraph/blob/main/docs/get_started.ipynb). ## Obtaining nebula3-python @@ -328,7 +328,7 @@ See [ScanVertexEdgeExample.py](example/ScanVertexEdgeExample.py) for more detail | 3.1.0 | 3.1.0 | | 3.3.0 | 3.3.0 | | 3.4.0 | >=3.4.0 | -| 3.5.0 | >=3.4.0 | +| 3.5.1 | >=3.4.0 | | master | master |