This is an automated email from the ASF dual-hosted git repository.
jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/main by this push:
new b7d5cff87 [Minor] Jupiter -> Jupyter (#4762)
b7d5cff87 is described below
commit b7d5cff87de4a7b92daafdd5d9a1013f00d48ccb
Author: Justin Mclean <[email protected]>
AuthorDate: Thu Aug 29 16:40:00 2024 +1000
[Minor] Jupiter -> Jupyter (#4762)
### What changes were proposed in this pull request?
Jupiter -> Jupyter
### Why are the changes needed?
Fix name
Fix: # N/A
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
N/A
---
docs/how-to-use-the-playground.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/how-to-use-the-playground.md
b/docs/how-to-use-the-playground.md
index c0914c385..1b092d40f 100644
--- a/docs/how-to-use-the-playground.md
+++ b/docs/how-to-use-the-playground.md
@@ -64,7 +64,7 @@ docker exec -it playground-trino bash
trino@container_id:/$ trino
```
-### Using Jupiter Notebook
+### Using Jupyter Notebook
1. Open the Jupyter Notebook in the browser at
[http://localhost:18888](http://localhost:18888).