This is an automated email from the ASF dual-hosted git repository.
pingsutw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git
The following commit(s) were added to refs/heads/master by this push:
new 65e9834 SUBMARINE-979. Fix the error in gettingStarted/notebook.md
65e9834 is described below
commit 65e9834991d8b48d767a89b51875152a418873a0
Author: Charles <[email protected]>
AuthorDate: Sun Aug 15 21:48:36 2021 +0800
SUBMARINE-979. Fix the error in gettingStarted/notebook.md
### What is this PR for?
Fix the image error and delete extra "\" in notebook.md
### What type of PR is it?
[Bug Fix]
### Todos
### What is the Jira issue?
[SUBMARINE-979](https://issues.apache.org/jira/projects/SUBMARINE/issues/SUBMARINE-979?filter=allopenissues)
### How should this be tested?
### Screenshots (if appropriate)
### Questions:
* Do the license files need updating? No
* Are there breaking changes for older versions? No
* Does this need new documentation? No
Author: Charles <[email protected]>
Signed-off-by: Kevin <[email protected]>
Closes #710 from charlie0220/SUBMARINE-979 and squashes the following
commits:
a9f6a4ec [Charles] SUBMARINE-979. Fix the error in
gettingStarted/notebook.md
---
website/docs/assets/notebook-list.png | Bin 57923 -> 50442 bytes
website/docs/gettingStarted/notebook.md | 8 ++++----
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/website/docs/assets/notebook-list.png
b/website/docs/assets/notebook-list.png
index f05a74e..2bf6784 100644
Binary files a/website/docs/assets/notebook-list.png and
b/website/docs/assets/notebook-list.png differ
diff --git a/website/docs/gettingStarted/notebook.md
b/website/docs/gettingStarted/notebook.md
index 1b58b59..6761c39 100644
--- a/website/docs/gettingStarted/notebook.md
+++ b/website/docs/gettingStarted/notebook.md
@@ -30,12 +30,12 @@ We recommend using Web UI to manage notebooks.
### Notebooks Web UI
-Notebooks can be started from the Web UI. You can click the “Notebook” tab in
the \
+Notebooks can be started from the Web UI. You can click the “Notebook” tab in
the
left-hand panel to manage your notebooks.

-To create a new notebook server, click “New Notebook”. You should see a form
for entering \
+To create a new notebook server, click “New Notebook”. You should see a form
for entering
details of your new notebook server.
- Notebook Name : Name of the notebook server. It should follow the rules
below.
@@ -48,7 +48,7 @@ details of your new notebook server.
- GPU (optional)
- EnvVar (optional) : Injects environment variables into the notebook.
-**If you’re not sure which environment you need, please choose the environment
“notebook-env” \
+**If you’re not sure which environment you need, please choose the environment
“notebook-env”
for the new notebook.**

@@ -59,7 +59,7 @@ You should see your new notebook server. Click the name of
your notebook server
## Experiment with your notebook
-The environment “notebook-env” includes Submarine Python SDK which can talk to
Submarine Server to \
+The environment “notebook-env” includes Submarine Python SDK which can talk to
Submarine Server to
create experiments, as the example below:
```python
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]