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
Copy file name to clipboardExpand all lines: packages/backend.ai-webui-docs/src/en/import_run/import_run.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,11 @@ and click the button on the right side.
8
8
9
9
<aid="import-and-run-jupyter-notebooks"></a>
10
10
11
-
## Import and run Jupyter notebooks
11
+
## Import and Run Jupyter Notebooks
12
12
13
13
To import Jupyter notebooks and run, you need one thing, the valid URL for the notebook file.
14
14
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.
16
16
17
17
:::note
18
18
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
44
44
## Create executable Jupyter notebook button
45
45
46
46
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
48
48
links to creating a session with notebook. You can see the badge code working by inserting it in
49
49
the GitHub repositories or where it supports html or markdown.
50
50
51
51
:::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.
53
53
:::
54
54
55
55

@@ -59,8 +59,7 @@ your account must be logined before clicking the button. Otherwise, you have to
59
59
## Importing GitHub Repositories
60
60
61
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
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.
64
63
65
64

66
65
@@ -70,7 +69,7 @@ the limit, then importing repository will fail. Please check resource
70
69
statistics panel and Data & Storage page before importing the repository.
71
70
:::
72
71
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
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
@@ -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을 입력하고 `Create` 버튼을 클릭합니다. notebook으로 세션을 생성하는 링크가 포함된 코드 블록이 표시됩니다. 이 배지 코드를 GitHub 저장소나 HTML 또는 Markdown을 지원하는 곳에 삽입하여 사용할 수 있습니다.
36
36
37
37
:::note
38
38
버튼을 클릭하기 전에 계정에 로그인되어 있어야 합니다. 그렇지 않으면 먼저 로그인해야 합니다.
0 commit comments