From 22b4085c759102d8b84a9d55b2d2789cb5ce1d1e Mon Sep 17 00:00:00 2001 From: Wey Gu Date: Sun, 7 Apr 2024 14:04:40 +0800 Subject: [PATCH] feat: Update 1.nebula-client.md with jupyter extension (#2525) * feat: Update 1.nebula-client.md with jupyter extension * docs en: Update 1.nebula-client.md --- docs-2.0-en/14.client/1.nebula-client.md | 1 + docs-2.0-zh/14.client/1.nebula-client.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs-2.0-en/14.client/1.nebula-client.md b/docs-2.0-en/14.client/1.nebula-client.md index 07d4bcbaa67..1828df369d2 100644 --- a/docs-2.0-en/14.client/1.nebula-client.md +++ b/docs-2.0-en/14.client/1.nebula-client.md @@ -31,3 +31,4 @@ NebulaGraph supports multiple types of clients for users to connect to and manag - [NORM (Golang ORM)](https://github.com/zhihu/norm) - [Graph-Ocean (Java ORM)](https://github.com/nebula-contrib/graph-ocean) - [NebulaGraph Ngbatis (Java ORM in a MyBatis fashion)](https://github.com/nebula-contrib/ngbatis) + - [Jupyter NebulaGraph Extension](https://jupyter-nebulagraph.readthedocs.io/) diff --git a/docs-2.0-zh/14.client/1.nebula-client.md b/docs-2.0-zh/14.client/1.nebula-client.md index 9df02459444..494b23e39b9 100644 --- a/docs-2.0-zh/14.client/1.nebula-client.md +++ b/docs-2.0-zh/14.client/1.nebula-client.md @@ -31,4 +31,4 @@ - [NORM(Golang ORM)](https://github.com/zhihu/norm) - [Graph-Ocean(Java ORM)](https://github.com/nebula-contrib/graph-ocean) - [NebulaGraph Ngbatis(MyBatis 风格的 Java ORM)](https://github.com/nebula-contrib/ngbatis) - + - [Jupyter NebulaGraph Extension](https://jupyter-nebulagraph.readthedocs.io/)