Skip to content

Commit 073d1d9

Browse files
nowgnuesLeeagatha197
authored andcommitted
docs: address Copilot review feedback
1 parent 366fe02 commit 073d1d9

4 files changed

Lines changed: 14 additions & 15 deletions

File tree

packages/backend.ai-webui-docs/src/en/import_run/import_run.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ and click the button on the right side.
88

99
<a id="import-and-run-jupyter-notebooks"></a>
1010

11-
## Import and run Jupyter notebooks
11+
## Import and Run Jupyter Notebooks
1212

1313
To import Jupyter notebooks and run, you need one thing, the valid URL for the notebook file.
1414
For example, if you want execute Jupyter notebook that's in github, you can copy and paste
15-
the URL and click 'IMPORT & RUN' button.
15+
the URL and click `Import & Run` button.
1616

1717
:::note
1818
When you try to import and run a Jupyter notebook file with a local address,
@@ -44,12 +44,12 @@ You can see the importing operation is successfully completed on the Sessions pa
4444
## Create executable Jupyter notebook button
4545

4646
You can also create HTML or Markdown button about Jupyter notebook URL, too.
47-
Input a valid Jupyter notebook URL and click 'CREATE' button. It will show code blocks that directly
47+
Input a valid Jupyter notebook URL and click `Create` button. It will show code blocks that directly
4848
links to creating a session with notebook. You can see the badge code working by inserting it in
4949
the GitHub repositories or where it supports html or markdown.
5050

5151
:::note
52-
your account must be logined before clicking the button. Otherwise, you have to login first.
52+
Your account must be logged in before clicking the button. Otherwise, you have to log in first.
5353
:::
5454

5555
![](../images/create_notebook_button.png)
@@ -59,8 +59,7 @@ your account must be logined before clicking the button. Otherwise, you have to
5959
## Importing GitHub Repositories
6060

6161
Importing a GitHub repository is similar to import and running Jupyter notebook.
62-
All you have to do is to fill out with github repository URL and click 'GET TO
63-
FOLDER' button. If you can access to more than one storage host, you can select one from the list.
62+
All you have to do is to fill out with github repository URL and click `Get To Folder` button. If you can access to more than one storage host, you can select one from the list.
6463

6564
![](../images/import_github_repository.png)
6665

@@ -70,7 +69,7 @@ the limit, then importing repository will fail. Please check resource
7069
statistics panel and Data & Storage page before importing the repository.
7170
:::
7271

73-
You can see the repository is successfully imported as a data folder with its
72+
You can see the repository is successfully imported as a storage folder with its
7473
name.
7574

7675
![](../images/import_github_repository_result.png)
@@ -86,6 +85,6 @@ but you need to explicitly set the branch name to import.
8685
![](../images/import_gitlab_repository.png)
8786

8887
:::note
89-
If there's data folder that has the same name already, the system will append
88+
If there's storage folder that has the same name already, the system will append
9089
`_` (underscore) and number in the imported repository folder.
9190
:::

packages/backend.ai-webui-docs/src/ja/import_run/import_run.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ the limit, then importing repository will fail. Please check resource
6868
statistics panel and Data & Storage page before importing the repository.
6969
:::
7070

71-
You can see the repository is successfully imported as a data folder with its
71+
You can see the repository is successfully imported as a storage folder with its
7272
name.
7373

7474
![](../images/import_github_repository_result.png)
@@ -85,6 +85,6 @@ but you need to explicitly set the branch name to import.
8585

8686

8787
:::note
88-
If there's data folder that has the same name already, the system will append
88+
If there's storage folder that has the same name already, the system will append
8989
`_` (underscore) and number in the imported repository folder.
9090
:::

packages/backend.ai-webui-docs/src/ko/import_run/import_run.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Jupyter notebook 파일을 가져와서 실행하기 위해서는 notebook 파
3232

3333
## 실행 가능한 Jupyter notebook 버튼 생성
3434

35-
Jupyter notebook URL에 대한 HTML 또는 Markdown 버튼을 생성할 수도 있습니다. 유효한 Jupyter notebook URL을 입력하고 'Create' 버튼을 클릭합니다. notebook으로 세션을 생성하는 링크가 포함된 코드 블록이 표시됩니다. 이 배지 코드를 GitHub 저장소나 HTML 또는 Markdown을 지원하는 곳에 삽입하여 사용할 수 있습니다.
35+
Jupyter notebook URL에 대한 HTML 또는 Markdown 버튼을 생성할 수도 있습니다. 유효한 Jupyter notebook URL을 입력하고 `Create` 버튼을 클릭합니다. notebook으로 세션을 생성하는 링크가 포함된 코드 블록이 표시됩니다. 이 배지 코드를 GitHub 저장소나 HTML 또는 Markdown을 지원하는 곳에 삽입하여 사용할 수 있습니다.
3636

3737
:::note
3838
버튼을 클릭하기 전에 계정에 로그인되어 있어야 합니다. 그렇지 않으면 먼저 로그인해야 합니다.
@@ -52,7 +52,7 @@ GitHub 저장소 가져오기는 Jupyter notebook 가져오기 및 실행과 유
5252
세션을 시작할 자원이 충분하지 않거나 폴더 수가 한도에 도달한 경우, 저장소 가져오기가 실패합니다. 저장소를 가져오기 전에 자원 통계 패널과 데이터 & 스토리지 페이지를 확인해 주십시오.
5353
:::
5454

55-
저장소가 해당 이름의 데이터 폴더로 성공적으로 가져와진 것을 확인할 수 있습니다.
55+
저장소가 해당 이름의 스토리지 폴더로 성공적으로 가져와진 것을 확인할 수 있습니다.
5656

5757
![](../images/import_github_repository_result.png)
5858

@@ -65,5 +65,5 @@ GitHub 저장소 가져오기는 Jupyter notebook 가져오기 및 실행과 유
6565
![](../images/import_gitlab_repository.png)
6666

6767
:::note
68-
동일한 이름의 데이터 폴더가 이미 존재하는 경우, 시스템은 가져온 저장소 폴더 이름에 `_`(밑줄)와 숫자를 추가합니다.
68+
동일한 이름의 스토리지 폴더가 이미 존재하는 경우, 시스템은 가져온 저장소 폴더 이름에 `_`(밑줄)와 숫자를 추가합니다.
6969
:::

packages/backend.ai-webui-docs/src/th/import_run/import_run.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ the limit, then importing repository will fail. Please check resource
6868
statistics panel and Data & Storage page before importing the repository.
6969
:::
7070

71-
You can see the repository is successfully imported as a data folder with its
71+
You can see the repository is successfully imported as a storage folder with its
7272
name.
7373

7474
![](../images/import_github_repository_result.png)
@@ -85,6 +85,6 @@ but you need to explicitly set the branch name to import.
8585

8686

8787
:::note
88-
If there's data folder that has the same name already, the system will append
88+
If there's storage folder that has the same name already, the system will append
8989
`_` (underscore) and number in the imported repository folder.
9090
:::

0 commit comments

Comments
 (0)