You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update import_run page content and apply reviewer fixes
- EN: Fix Title Case headings, backtick button labels, grammar fixes
- JA: Translate button labels to Japanese
- TH: Translate button labels to Thai
- KO: Minor formatting fixes
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
48
-
links to creating a session with notebook. You can see the badge code working by inserting it in
49
-
the GitHub repositories or where it supports html or markdown.
45
+
You can also create an HTML or Markdown badge for a Jupyter notebook URL.
46
+
Input a valid Jupyter notebook URL and click the `Notebook Badge Code (HTML)` or
47
+
`Notebook Badge Code (Markdown)` copy button to copy the badge code to your clipboard.
48
+
The badge code creates a link that directly opens a session with the notebook.
49
+
You can use the badge code by inserting it in GitHub repositories or anywhere that supports HTML or Markdown.
50
50
51
51
:::note
52
52
Your account must be logged in before clicking the button. Otherwise, you have to log in first.
@@ -58,8 +58,9 @@ Your account must be logged in before clicking the button. Otherwise, you have t
58
58
59
59
## Importing GitHub Repositories
60
60
61
-
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 Folder` button. If you can access to more than one storage host, you can select one from the list.
61
+
Importing a GitHub repository is similar to importing and running a Jupyter notebook.
62
+
All you have to do is fill in the GitHub repository URL, select a storage host from the
63
+
`Storage Host` dropdown, and click the `Get To Folder` button.
63
64
64
65

65
66
@@ -85,6 +86,6 @@ but you need to explicitly set the branch name to import.
85
86

86
87
87
88
:::note
88
-
If there's storage folder that has the same name already, the system will append
89
+
If there's a storage folder that has the same name already, the system will append
89
90
`_` (underscore) and number in the imported repository folder.
On the 'Import & Run' page, Backend.AIは、Jupyterノートブックファイルの実行や、GitHubやGitLabなどのウェブベースのGitリポジトリの即時インポートをサポートしています。ローカルストレージに作成またはダウンロードして再アップロードする必要はありません。実行またはインポートしたい有効なURLを入力し、右側のボタンをクリックするだけです。
Copy file name to clipboardExpand all lines: packages/backend.ai-webui-docs/src/ko/import_run/import_run.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
## Jupyter notebook 파일 가져오기 및 실행
9
9
10
-
Jupyter notebook 파일을 가져와서 실행하기 위해서는 notebook 파일에 대한 유효한 URL이 필요합니다. GitHub에 있는 Jupyter notebook을 실행하고자 한다면, 입력 필드에 해당 파일의 URL을 복사해서 붙여넣은 뒤, '가져와서 실행' 버튼을 클릭하면 됩니다.
10
+
Jupyter notebook 파일을 가져와서 실행하기 위해서는 notebook 파일에 대한 유효한 URL이 필요합니다. GitHub에 있는 Jupyter notebook을 실행하고자 한다면, 입력 필드에 해당 파일의 URL을 복사해서 붙여넣은 뒤, '가져와서 실행' 버튼을 클릭합니다.
11
11
12
12
13
13
:::note
@@ -32,7 +32,7 @@ Jupyter notebook 파일을 가져와서 실행하기 위해서는 notebook 파
32
32
33
33
## 실행 가능한 Jupyter notebook 버튼 생성
34
34
35
-
Jupyter notebook URL에 대한 HTML 또는 Markdown 버튼을 생성할 수도 있습니다. 유효한 Jupyter notebook URL을 입력하고 `Create`버튼을 클릭합니다. notebook으로 세션을 생성하는 링크가 포함된 코드 블록이 표시됩니다. 이 배지 코드를 GitHub 저장소나 HTML 또는 Markdown을 지원하는 곳에 삽입하여 사용할 수 있습니다.
35
+
Jupyter notebook URL에 대한 HTML 또는 Markdown 배지를 생성할 수도 있습니다. 유효한 Jupyter notebook URL을 입력하고 '노트북 배지 코드(HTML)' 또는 '노트북 배지 코드(Markdown)' 복사 버튼을 클릭하면 배지 코드가 클립보드에 복사됩니다. 배지 코드는 notebook으로 세션을 직접 생성하는 링크를 포함합니다. 이 배지 코드를 GitHub 저장소나 HTML 또는 Markdown을 지원하는 곳에 삽입하여 사용할 수 있습니다.
36
36
37
37
:::note
38
38
버튼을 클릭하기 전에 계정에 로그인되어 있어야 합니다. 그렇지 않으면 먼저 로그인해야 합니다.
@@ -44,7 +44,7 @@ Jupyter notebook URL에 대한 HTML 또는 Markdown 버튼을 생성할 수도
44
44
45
45
## GitHub 저장소 가져오기
46
46
47
-
GitHub 저장소 가져오기는 Jupyter notebook 가져오기 및 실행과 유사합니다. GitHub 저장소 URL을 입력하고 '가져오기' 버튼을 클릭하기만 하면 됩니다. 두 개 이상의 스토리지 호스트에 접근할 수 있는 경우, 목록에서 하나를 선택할 수 있습니다.
47
+
GitHub 저장소 가져오기는 Jupyter notebook 가져오기 및 실행과 유사합니다. GitHub 저장소 URL을 입력하고 '스토리지 호스트' 드롭다운에서 스토리지 호스트를 선택한 뒤 '가져오기' 버튼을 클릭합니다.
0 commit comments