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 c8620b4 SUBMARINE-747. Update notebook documentation
c8620b4 is described below
commit c8620b489b2ea227b6538fa426020045f1351546
Author: KUAN-HSUN-LI <[email protected]>
AuthorDate: Mon Mar 8 21:49:21 2021 +0800
SUBMARINE-747. Update notebook documentation
### What is this PR for?
Update notebook documentation
### What type of PR is it?
[Documentation]
### Todos
### What is the Jira issue?
https://issues.apache.org/jira/browse/SUBMARINE-747
### How should this be tested?
### Screenshots (if appropriate)
### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
Author: KUAN-HSUN-LI <[email protected]>
Signed-off-by: Kevin <[email protected]>
Closes #529 from KUAN-HSUN-LI/SUBMARINE-747 and squashes the following
commits:
b7794215 [KUAN-HSUN-LI] SUBMARINE-747. Improve docs:Notebook Tutorial
---
website/docs/assets/notebook-list.png | Bin 65219 -> 57923 bytes
website/docs/gettingStarted/notebook.md | 4 ++--
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/website/docs/assets/notebook-list.png
b/website/docs/assets/notebook-list.png
index 6a90526..f05a74e 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 7b7f18a..532f5bc 100644
--- a/website/docs/gettingStarted/notebook.md
+++ b/website/docs/gettingStarted/notebook.md
@@ -1,5 +1,5 @@
---
-title: Create a Notebook
+title: Notebook Tutorial
---
<!--
@@ -98,6 +98,6 @@ experiment =
submarine_client.create_experiment(experiment_spec=experiment_spec)
```
-You can create a new notebook, paste the above code and run it. Or, you can
find the notebook `submarine_experiment_sdk.ipynb` inside the launched notebook
session. You can open it, try it out.
+You can create a new notebook, paste the above code and run it. Or, you can
find the notebook
[`submarine_experiment_sdk.ipynb`](https://github.com/apache/submarine/blob/master/submarine-sdk/pysubmarine/example/submarine_experiment_sdk.ipynb)
inside the launched notebook session. You can open it, try it out.
After experiment submitted to Submarine server, you can find the experiment
jobs on the UI.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]