This is an automated email from the ASF dual-hosted git repository.
xushiyan pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 319772c29936 docs: add instructions for accessing Jupyter notebooks
(#14169)
319772c29936 is described below
commit 319772c2993691b81a12a2e7c42cb91a3aecdcef
Author: deepakpanda93 <[email protected]>
AuthorDate: Fri Oct 31 00:22:56 2025 +0530
docs: add instructions for accessing Jupyter notebooks (#14169)
---
website/docs/notebooks.md | 2 ++
website/versioned_docs/version-1.0.2/notebooks.md | 2 ++
2 files changed, 4 insertions(+)
diff --git a/website/docs/notebooks.md b/website/docs/notebooks.md
index 46a123b7bfed..87453272d720 100644
--- a/website/docs/notebooks.md
+++ b/website/docs/notebooks.md
@@ -28,6 +28,8 @@ All you need is a cloned copy of the Hudi repository and
Docker installed on you
```shell
sh run_spark_hudi.sh start
```
+
+You can explore and practice our example notebooks directly from your browser!
Once your environment is up and running, open http://localhost:8888 to access
Jupyter Notebook. From there, you can explore, edit, and run the provided
notebooks, and build hands-on experience in a fully interactive workspace.
### Meet Your Notebooks
diff --git a/website/versioned_docs/version-1.0.2/notebooks.md
b/website/versioned_docs/version-1.0.2/notebooks.md
index 46a123b7bfed..3d9e597fade8 100644
--- a/website/versioned_docs/version-1.0.2/notebooks.md
+++ b/website/versioned_docs/version-1.0.2/notebooks.md
@@ -29,6 +29,8 @@ All you need is a cloned copy of the Hudi repository and
Docker installed on you
sh run_spark_hudi.sh start
```
+You can explore and practice our example notebooks directly from your browser!
Once your environment is up and running, open http://localhost:8888 to access
Jupyter Notebook. From there, you can explore, edit, and run the provided
notebooks, and build hands-on experience in a fully interactive workspace.
+
### Meet Your Notebooks
#### 1 - Getting Started with Apache Hudi: A Hands-On Guide to CRUD Operations