diff --git a/packages/backend.ai-webui-docs/src/en/images/start_announcement_banner.png b/packages/backend.ai-webui-docs/src/en/images/start_announcement_banner.png new file mode 100644 index 0000000000..daf67c6baa Binary files /dev/null and b/packages/backend.ai-webui-docs/src/en/images/start_announcement_banner.png differ diff --git a/packages/backend.ai-webui-docs/src/en/images/start_from_url_github.png b/packages/backend.ai-webui-docs/src/en/images/start_from_url_github.png new file mode 100644 index 0000000000..dcd75d7a2b Binary files /dev/null and b/packages/backend.ai-webui-docs/src/en/images/start_from_url_github.png differ diff --git a/packages/backend.ai-webui-docs/src/en/images/start_from_url_gitlab.png b/packages/backend.ai-webui-docs/src/en/images/start_from_url_gitlab.png new file mode 100644 index 0000000000..f2019b815d Binary files /dev/null and b/packages/backend.ai-webui-docs/src/en/images/start_from_url_gitlab.png differ diff --git a/packages/backend.ai-webui-docs/src/en/images/start_from_url_notebook.png b/packages/backend.ai-webui-docs/src/en/images/start_from_url_notebook.png new file mode 100644 index 0000000000..c2f121aeed Binary files /dev/null and b/packages/backend.ai-webui-docs/src/en/images/start_from_url_notebook.png differ diff --git a/packages/backend.ai-webui-docs/src/en/import_run/import_run.md b/packages/backend.ai-webui-docs/src/en/import_run/import_run.md index 35a94d9dca..b386073e1b 100644 --- a/packages/backend.ai-webui-docs/src/en/import_run/import_run.md +++ b/packages/backend.ai-webui-docs/src/en/import_run/import_run.md @@ -1,47 +1,46 @@ -# Import & Run notebooks and web based Git repositories +# Import & Run Notebooks and Web-Based Git Repositories -On the 'Import & Run' page, Backend.AI supports executing Jupyter notebook files and importing web based Git repositories +On the Import & Run page, Backend.AI supports executing Jupyter notebook files and importing web-based Git repositories such as GitHub and GitLab on the fly. You don't need to create or download into your local storage and re-upload it. The only thing you have to do is input a valid URL you want to execute or import, and click the button on the right side. -## Import and run Jupyter notebooks +## Import and Run Jupyter Notebooks -To import Jupyter notebooks and run, you need one thing, the valid URL for the notebook file. -For example, if you want execute Jupyter notebook that's in github, you can copy and paste -the URL and click the 'Import & Run' button. +To import and run Jupyter notebooks, you need the valid URL for the notebook file. +For example, if you want to execute a Jupyter notebook on GitHub, you can copy and paste +the URL and click the `Import & Run` button. :::note When you try to import and run a Jupyter notebook file with a local address, -it will be regarded as invalid. You have to input a URL that does not start with localhost. +it will be regarded as invalid. You must input a URL that does not start with `localhost`. ::: ![](../images/import_run_notebook.png) -After clicking the button, the dialog appears. This is a session launcher dialog same as -when you starts the session at Sessions page or Summary page. Difference between import notebook -and starting a new session is that import notebook automatically imports Jupyter notebook in the -URL, but simple starting a new session doesn't do that. the rest is same. Click 'LAUNCH' button to -the notebook after setting the environments and resource allocation as needed. +After clicking the button, a dialog appears. This is the same session launcher dialog that appears +when you start a session from the Sessions page or Summary page. The difference between importing a notebook +and starting a new session is that importing a notebook automatically imports the Jupyter notebook from the +URL. The rest is the same. Set the environment and resource allocation as needed, then click the `Launch` button. :::note -The pop-up blocker must be turned off before clicking 'LAUNCH' button to immediately -see the running notebook window. Also, if there's not enough resources to execute the session, -imported Jupyter notebook will not run. +The pop-up blocker must be turned off before clicking the `Launch` button to immediately +see the running notebook window. Also, if there are not enough resources to execute the session, +the imported Jupyter notebook will not run. ::: ![](../images/session_launcher_in_importing_notebook.png) -You can see the importing operation is successfully completed in Sessions page. +You can see the importing operation is successfully completed on the Sessions page. ![](../images/sessions_page_with_imported_notebook.png) -## Create executable Jupyter notebook button +## Create Executable Jupyter Notebook Button You can also create an HTML or Markdown badge for a Jupyter notebook URL. Input a valid Jupyter notebook URL and click the `Notebook Badge Code (HTML)` or @@ -59,15 +58,15 @@ Your account must be logged in before clicking the button. Otherwise, you have t ## Importing GitHub Repositories -Importing a GitHub repository is similar to import and running Jupyter notebook. +Importing a GitHub repository is similar to importing and running a Jupyter notebook. All you have to do is fill in the GitHub repository URL, select a storage host from the `Storage Host` dropdown, and click the `Get To Folder` button. ![](../images/import_github_repository.png) :::note -If there are not enough resources to start a session or folder count is at -the limit, then importing repository will fail. Please check resource +If there are not enough resources to start a session or the folder count is at +the limit, then importing the repository will fail. Please check the resource statistics panel and Data & Storage page before importing the repository. ::: @@ -87,6 +86,6 @@ but you need to explicitly set the branch name to import. ![](../images/import_gitlab_repository.png) :::note -If there's a storage folder that has the same name already, the system will append -`_` (underscore) and number in the imported repository folder. -::: \ No newline at end of file +If there is a storage folder that has the same name already, the system will append +`_` (underscore) and a number to the imported repository folder name. +::: diff --git a/packages/backend.ai-webui-docs/src/en/start/start.md b/packages/backend.ai-webui-docs/src/en/start/start.md index 22abad856d..2bfbc23441 100644 --- a/packages/backend.ai-webui-docs/src/en/start/start.md +++ b/packages/backend.ai-webui-docs/src/en/start/start.md @@ -10,9 +10,11 @@ external URLs. ## Announcement Banner If your system administrator has published an announcement, it appears as a -banner at the top of the Start page. You can dismiss the banner by clicking the -close icon. The announcement supports Markdown formatting and may contain -important notices about system maintenance, updates, or usage guidelines. +banner at the top of the Start page. The announcement supports Markdown +formatting and may contain important notices about system maintenance, updates, +or usage guidelines. You can dismiss the banner by clicking the close icon. + +![](../images/start_announcement_banner.png) ## Action Cards @@ -21,8 +23,8 @@ The Start page displays the following action cards by default: - **Create New Storage Folder**: Create a storage folder and upload files. This is an essential first step for training models or providing external services. Clicking the button opens the folder creation dialog. -- **Start Interactive Session**: Create an interactive session to train a model. - Choose your preferred environment and resources to run your code. +- **Start Interactive Session**: Create a session to train a model. Choose your + preferred environment and resources to run your code. - **Start Batch Session**: Create a batch session for predefined files or scheduled tasks. Enter the command, set the date and time, and run the session on demand. @@ -40,10 +42,12 @@ system administrator. ## Start From URL The **Start From URL** card allows you to import and run projects directly from -external sources. Clicking the card opens a dialog with three tabs: +external sources. Clicking the card opens a dialog with three tabs. ### Import Notebook +![](../images/start_from_url_notebook.png) + 1. Enter a Jupyter Notebook URL (must end with `.ipynb`) in the **Notebook URL** field 2. Click **Import & Run** to automatically create a session and open the @@ -58,6 +62,8 @@ project documentation. ### Import GitHub Repository +![](../images/start_from_url_github.png) + 1. Enter a valid GitHub repository URL in the **GitHub URL** field 2. Select a **Storage Host** where the repository will be saved 3. Optionally set the **Folder Usage Mode** (General or Models) @@ -68,6 +74,8 @@ when starting a session. ### Import GitLab Repository +![](../images/start_from_url_gitlab.png) + 1. Enter a valid GitLab repository URL in the **GitLab URL** field 2. Optionally specify a **GitLab Branch Name** (defaults to `master`) 3. Select a **Storage Host** where the repository will be saved diff --git a/packages/backend.ai-webui-docs/src/ja/images/start_announcement_banner.png b/packages/backend.ai-webui-docs/src/ja/images/start_announcement_banner.png new file mode 100644 index 0000000000..daf67c6baa Binary files /dev/null and b/packages/backend.ai-webui-docs/src/ja/images/start_announcement_banner.png differ diff --git a/packages/backend.ai-webui-docs/src/ja/images/start_from_url_github.png b/packages/backend.ai-webui-docs/src/ja/images/start_from_url_github.png new file mode 100644 index 0000000000..dcd75d7a2b Binary files /dev/null and b/packages/backend.ai-webui-docs/src/ja/images/start_from_url_github.png differ diff --git a/packages/backend.ai-webui-docs/src/ja/images/start_from_url_gitlab.png b/packages/backend.ai-webui-docs/src/ja/images/start_from_url_gitlab.png new file mode 100644 index 0000000000..f2019b815d Binary files /dev/null and b/packages/backend.ai-webui-docs/src/ja/images/start_from_url_gitlab.png differ diff --git a/packages/backend.ai-webui-docs/src/ja/images/start_from_url_notebook.png b/packages/backend.ai-webui-docs/src/ja/images/start_from_url_notebook.png new file mode 100644 index 0000000000..c2f121aeed Binary files /dev/null and b/packages/backend.ai-webui-docs/src/ja/images/start_from_url_notebook.png differ diff --git a/packages/backend.ai-webui-docs/src/ja/import_run/import_run.md b/packages/backend.ai-webui-docs/src/ja/import_run/import_run.md index fa2606be5d..4ce4a851ff 100644 --- a/packages/backend.ai-webui-docs/src/ja/import_run/import_run.md +++ b/packages/backend.ai-webui-docs/src/ja/import_run/import_run.md @@ -18,10 +18,10 @@ Jupyterノートブックをインポートして実行するには、ノート ![](../images/import_run_notebook.png) -ボタンをクリックすると、ダイアログが表示されます。これはセッションページやサマリーページからセッションを開始する場合と同じセッションランチャーダイアログです。ノートブックのインポートと新しいセッションの開始の違いは、ノートブックのインポートではURLにあるJupyterノートブックが自動的にインポートされることです。残りは同じです。必要に応じて環境とリソース配分を設定した後、「Launch」ボタンをクリックします。 +ボタンをクリックすると、ダイアログが表示されます。これはセッションページやサマリーページからセッションを開始する場合と同じセッションランチャーダイアログです。ノートブックのインポートと新しいセッションの開始の違いは、ノートブックのインポートではURLにあるJupyterノートブックが自動的にインポートされることです。残りは同じです。必要に応じて環境とリソース配分を設定した後、「ローンチ」ボタンをクリックします。 :::note -「Launch」ボタンをクリックする前に、ポップアップブロッカーをオフにする必要があります。そうしないと、実行中のノートブックウィンドウがすぐに表示されません。また、セッションを実行するためのリソースが不足している場合、インポートされたJupyterノートブックは実行されません。 +「ローンチ」ボタンをクリックする前に、ポップアップブロッカーをオフにする必要があります。そうしないと、実行中のノートブックウィンドウがすぐに表示されません。また、セッションを実行するためのリソースが不足している場合、インポートされたJupyterノートブックは実行されません。 ::: ![](../images/session_launcher_in_importing_notebook.png) @@ -76,4 +76,4 @@ GitHubリポジトリのURLを入力し、「ストレージホスト」ドロ :::note 同じ名前のストレージフォルダがすでに存在する場合、システムはインポートされたリポジトリフォルダ名に`_`(アンダースコア)と番号を追加します。 -::: \ No newline at end of file +::: diff --git a/packages/backend.ai-webui-docs/src/ja/start/start.md b/packages/backend.ai-webui-docs/src/ja/start/start.md index f4d6d26e13..24009307c3 100644 --- a/packages/backend.ai-webui-docs/src/ja/start/start.md +++ b/packages/backend.ai-webui-docs/src/ja/start/start.md @@ -10,23 +10,25 @@ ## お知らせバナー システム管理者がお知らせを公開している場合、スタートページの上部にバナーが -表示されます。閉じるアイコンをクリックしてバナーを閉じることができます。 -お知らせはMarkdown形式をサポートしており、システムメンテナンス、アップデート、 -利用ガイドラインなどの重要な通知が含まれる場合があります。 +表示されます。お知らせはMarkdown形式をサポートしており、システムメンテナンス、 +アップデート、利用ガイドラインなどの重要な通知が含まれる場合があります。 +閉じるアイコンをクリックしてバナーを閉じることができます。 + +![](../images/start_announcement_banner.png) ## アクションカード スタートページにはデフォルトで以下のアクションカードが表示されます: -- **新しいストレージフォルダを作成**: ストレージフォルダを作成してファイルを - アップロードします。モデルの学習や外部サービス提供の準備に必要な最初の - ステップです。ボタンをクリックするとフォルダ作成ダイアログが開きます。 -- **インタラクティブセッション開始**: モデル学習のためのインタラクティブセッションを - 作成します。必要な環境とリソースを選択してコードを実行できます。 +- **保存フォルダー作成**: ストレージフォルダを作成してファイルをアップロード + します。モデルの学習や外部サービス提供の準備に必要な最初のステップです。 + ボタンをクリックするとフォルダ作成ダイアログが開きます。 +- **インタラクティブセッション開始**: モデル学習のためのセッションを作成します。 + 必要な環境とリソースを選択してコードを実行できます。 - **バッチセッション開始**: 準備済みのファイルやスケジュールされたタスクのための バッチセッションを作成します。コマンドを入力し、日時を設定して実行します。 -- **モデルサービス開始**: 学習済みモデルを他のユーザーと共有するためのモデルサービス - エンドポイントを作成します。 +- **モデルサービス開始**: 学習済みモデルを他のユーザーと共有するためのモデル + サービスエンドポイントを作成します。 - **URLから開始**: GitHub、GitLab、Jupyter NotebookなどのさまざまなURL環境から プロジェクトとコードをインポートします。 @@ -43,6 +45,8 @@ ### ノートブック取り込み +![](../images/start_from_url_notebook.png) + 1. **ノートブックのURL**フィールドにJupyter Notebook URL(`.ipynb`で終わる)を 入力します 2. **インポート & 実行**をクリックすると、自動的にセッションが作成され、Jupyterで @@ -57,21 +61,27 @@ Markdownのバッジコードをコピーして、プロジェクトのドキュ ### GitHubリポジトリをインポートする -1. **GitHub URL**フィールドに有効なGitHubリポジトリURLを入力します +![](../images/start_from_url_github.png) + +1. **GitHubのURL**フィールドに有効なGitHubリポジトリURLを入力します 2. リポジトリを保存する**ストレージホスト**を選択します -3. 必要に応じて**フォルダ使用モード**(一般またはモデル)を設定します -4. **フォルダに移動**をクリックしてリポジトリを新しいストレージフォルダにクローンします +3. 必要に応じて**フォルダ利用モード**(一般またはモデル)を設定します +4. **フォルダに移動**をクリックしてリポジトリを新しいストレージフォルダにクローン + します インポートされたリポジトリはストレージフォルダに変換され、セッション開始時に マウントできます。 ### GitLabリポジトリ取り込み -1. **GitLab URL**フィールドに有効なGitLabリポジトリURLを入力します -2. 必要に応じて**GitLabブランチ名**を指定します(デフォルト: `master`) +![](../images/start_from_url_gitlab.png) + +1. **GitLabアドレス**フィールドに有効なGitLabリポジトリURLを入力します +2. 必要に応じて**GitLab ブランチ名**を指定します(デフォルト: `master`) 3. リポジトリを保存する**ストレージホスト**を選択します -4. 必要に応じて**フォルダ使用モード**(一般またはモデル)を設定します -5. **フォルダに移動**をクリックしてリポジトリを新しいストレージフォルダにクローンします +4. 必要に応じて**フォルダ利用モード**(一般またはモデル)を設定します +5. **フォルダに移動**をクリックしてリポジトリを新しいストレージフォルダにクローン + します ## カードレイアウトのカスタマイズ diff --git a/packages/backend.ai-webui-docs/src/ko/images/start_announcement_banner.png b/packages/backend.ai-webui-docs/src/ko/images/start_announcement_banner.png new file mode 100644 index 0000000000..daf67c6baa Binary files /dev/null and b/packages/backend.ai-webui-docs/src/ko/images/start_announcement_banner.png differ diff --git a/packages/backend.ai-webui-docs/src/ko/images/start_from_url_github.png b/packages/backend.ai-webui-docs/src/ko/images/start_from_url_github.png new file mode 100644 index 0000000000..dcd75d7a2b Binary files /dev/null and b/packages/backend.ai-webui-docs/src/ko/images/start_from_url_github.png differ diff --git a/packages/backend.ai-webui-docs/src/ko/images/start_from_url_gitlab.png b/packages/backend.ai-webui-docs/src/ko/images/start_from_url_gitlab.png new file mode 100644 index 0000000000..f2019b815d Binary files /dev/null and b/packages/backend.ai-webui-docs/src/ko/images/start_from_url_gitlab.png differ diff --git a/packages/backend.ai-webui-docs/src/ko/images/start_from_url_notebook.png b/packages/backend.ai-webui-docs/src/ko/images/start_from_url_notebook.png new file mode 100644 index 0000000000..c2f121aeed Binary files /dev/null and b/packages/backend.ai-webui-docs/src/ko/images/start_from_url_notebook.png differ diff --git a/packages/backend.ai-webui-docs/src/ko/start/start.md b/packages/backend.ai-webui-docs/src/ko/start/start.md index f806ede098..baef54ea31 100644 --- a/packages/backend.ai-webui-docs/src/ko/start/start.md +++ b/packages/backend.ai-webui-docs/src/ko/start/start.md @@ -9,25 +9,26 @@ ## 공지사항 배너 시스템 관리자가 공지사항을 게시한 경우, 시작 페이지 상단에 배너가 표시됩니다. -닫기 아이콘을 클릭하여 배너를 닫을 수 있습니다. 공지사항은 Markdown 형식을 -지원하며, 시스템 유지보수, 업데이트, 사용 가이드라인 등 중요한 안내를 포함할 수 -있습니다. +공지사항은 Markdown 형식을 지원하며, 시스템 유지보수, 업데이트, 사용 가이드라인 등 +중요한 안내를 포함할 수 있습니다. 닫기 아이콘을 클릭하여 배너를 닫을 수 있습니다. + +![](../images/start_announcement_banner.png) ## 액션 카드 시작 페이지에는 기본적으로 다음 액션 카드가 표시됩니다: -- **새 스토리지 폴더 생성**: 스토리지 폴더를 생성하고 파일을 업로드합니다. 모델을 - 학습시키거나 외부 서비스를 제공하기 위한 필수적인 첫 단계입니다. 버튼을 클릭하면 - 폴더 생성 대화상자가 열립니다. -- **Interactive 세션 생성**: 모델을 학습시킬 대화형 세션을 생성합니다. 원하는 - 환경과 리소스를 선택하여 코드를 실행할 수 있습니다. +- **새 스토리지 폴더 생성하기**: 스토리지 폴더를 생성하고 파일을 업로드합니다. + 모델을 학습시키거나 외부 서비스를 제공하기 위한 필수적인 첫 단계입니다. 버튼을 + 클릭하면 폴더 생성 대화상자가 열립니다. +- **Interactive 세션 생성**: 모델을 학습시킬 세션을 생성합니다. 원하는 환경과 + 리소스를 선택하여 코드를 실행할 수 있습니다. - **Batch 세션 생성**: 미리 정의된 파일 또는 예약된 작업을 위한 배치 세션을 생성합니다. 명령을 입력하고 날짜와 시간을 설정한 다음 필요에 따라 세션을 실행합니다. - **모델 서비스 시작**: 학습이 끝난 모델을 다른 사람과 공유하기 위해 모델 서비스 엔드포인트를 생성합니다. -- **URL로 시작**: GitHub, GitLab, Jupyter Notebook 등 다양한 환경에서 URL을 통해 +- **URL 로 시작**: GitHub, GitLab, Jupyter Notebook 등 다양한 환경에서 URL을 통해 프로젝트와 코드를 가져올 수 있습니다. :::note @@ -35,13 +36,15 @@ 수 있습니다. 해당 기능의 사용을 원하시는 경우, 시스템 관리자에게 문의하십시오. ::: -## URL로 시작 +## URL 로 시작 -**URL로 시작** 카드를 사용하면 외부 소스에서 프로젝트를 가져와 바로 실행할 수 +**URL 로 시작** 카드를 사용하면 외부 소스에서 프로젝트를 가져와 바로 실행할 수 있습니다. 카드를 클릭하면 세 개의 탭이 있는 대화상자가 열립니다. ### 노트북 가져오기 +![](../images/start_from_url_notebook.png) + 1. **가져올 노트북 URL** 필드에 Jupyter Notebook URL(`.ipynb`으로 끝나는)을 입력합니다 2. **가져와서 실행** 버튼을 클릭하면 자동으로 세션이 생성되고 Jupyter에서 @@ -56,19 +59,23 @@ Markdown 뱃지 코드를 복사하여 프로젝트 문서에 바로 실행 링 ### GitHub 저장소 가져오기 -1. **GitHub URL** 필드에 유효한 GitHub 저장소 URL을 입력합니다 +![](../images/start_from_url_github.png) + +1. **GitHub 주소** 필드에 유효한 GitHub 저장소 URL을 입력합니다 2. 저장소가 저장될 **스토리지 호스트**를 선택합니다 -3. 필요한 경우 **폴더 사용 모드**(일반 또는 모델)를 설정합니다 +3. 필요한 경우 **폴더 사용 방식**(일반 또는 모델)을 설정합니다 4. **가져오기** 버튼을 클릭하여 저장소를 새 스토리지 폴더로 복제합니다 가져온 저장소는 스토리지 폴더로 변환되며, 세션 시작 시 마운트할 수 있습니다. ### GitLab 저장소 가져오기 -1. **GitLab URL** 필드에 유효한 GitLab 저장소 URL을 입력합니다 +![](../images/start_from_url_gitlab.png) + +1. **GitLab 주소** 필드에 유효한 GitLab 저장소 URL을 입력합니다 2. 필요한 경우 **GitLab 브랜치 이름**을 지정합니다 (기본값: `master`) 3. 저장소가 저장될 **스토리지 호스트**를 선택합니다 -4. 필요한 경우 **폴더 사용 모드**(일반 또는 모델)를 설정합니다 +4. 필요한 경우 **폴더 사용 방식**(일반 또는 모델)을 설정합니다 5. **가져오기** 버튼을 클릭하여 저장소를 새 스토리지 폴더로 복제합니다 ## 카드 레이아웃 커스터마이즈 diff --git a/packages/backend.ai-webui-docs/src/th/images/start_announcement_banner.png b/packages/backend.ai-webui-docs/src/th/images/start_announcement_banner.png new file mode 100644 index 0000000000..daf67c6baa Binary files /dev/null and b/packages/backend.ai-webui-docs/src/th/images/start_announcement_banner.png differ diff --git a/packages/backend.ai-webui-docs/src/th/images/start_from_url_github.png b/packages/backend.ai-webui-docs/src/th/images/start_from_url_github.png new file mode 100644 index 0000000000..dcd75d7a2b Binary files /dev/null and b/packages/backend.ai-webui-docs/src/th/images/start_from_url_github.png differ diff --git a/packages/backend.ai-webui-docs/src/th/images/start_from_url_gitlab.png b/packages/backend.ai-webui-docs/src/th/images/start_from_url_gitlab.png new file mode 100644 index 0000000000..f2019b815d Binary files /dev/null and b/packages/backend.ai-webui-docs/src/th/images/start_from_url_gitlab.png differ diff --git a/packages/backend.ai-webui-docs/src/th/images/start_from_url_notebook.png b/packages/backend.ai-webui-docs/src/th/images/start_from_url_notebook.png new file mode 100644 index 0000000000..c2f121aeed Binary files /dev/null and b/packages/backend.ai-webui-docs/src/th/images/start_from_url_notebook.png differ diff --git a/packages/backend.ai-webui-docs/src/th/import_run/import_run.md b/packages/backend.ai-webui-docs/src/th/import_run/import_run.md index e7c2fd8995..56b3f33b06 100644 --- a/packages/backend.ai-webui-docs/src/th/import_run/import_run.md +++ b/packages/backend.ai-webui-docs/src/th/import_run/import_run.md @@ -18,10 +18,10 @@ URL แล้วคลิกปุ่ม 'นำเข้าและรัน' ![](../images/import_run_notebook.png) -หลังจากคลิกปุ่ม กล่องโต้ตอบจะปรากฏขึ้น นี่คือกล่องโต้ตอบตัวเปิดเซสชัน เหมือนกับเมื่อคุณเริ่มเซสชันจากหน้าเซสชันหรือหน้าสรุป ความแตกต่างระหว่างการนำเข้า notebook กับการเริ่มเซสชันใหม่คือ การนำเข้า notebook จะนำเข้า Jupyter notebook จาก URL โดยอัตโนมัติ ส่วนที่เหลือเหมือนกัน ตั้งค่าสภาพแวดล้อมและการจัดสรรทรัพยากรตามต้องการ แล้วคลิกปุ่ม 'Launch' +หลังจากคลิกปุ่ม กล่องโต้ตอบจะปรากฏขึ้น นี่คือกล่องโต้ตอบตัวเปิดเซสชัน เหมือนกับเมื่อคุณเริ่มเซสชันจากหน้าเซสชันหรือหน้าสรุป ความแตกต่างระหว่างการนำเข้า notebook กับการเริ่มเซสชันใหม่คือ การนำเข้า notebook จะนำเข้า Jupyter notebook จาก URL โดยอัตโนมัติ ส่วนที่เหลือเหมือนกัน ตั้งค่าสภาพแวดล้อมและการจัดสรรทรัพยากรตามต้องการ แล้วคลิกปุ่ม 'เริ่ม' :::note -ต้องปิดตัวบล็อกป๊อปอัพก่อนคลิกปุ่ม 'Launch' เพื่อดูหน้าต่าง notebook ที่กำลังทำงานทันที นอกจากนี้ หากไม่มีทรัพยากรเพียงพอในการรันเซสชัน Jupyter notebook ที่นำเข้าจะไม่ทำงาน +ต้องปิดตัวบล็อกป๊อปอัพก่อนคลิกปุ่ม 'เริ่ม' เพื่อดูหน้าต่าง notebook ที่กำลังทำงานทันที นอกจากนี้ หากไม่มีทรัพยากรเพียงพอในการรันเซสชัน Jupyter notebook ที่นำเข้าจะไม่ทำงาน ::: ![](../images/session_launcher_in_importing_notebook.png) @@ -76,4 +76,4 @@ URL แล้วคลิกปุ่ม 'นำเข้าและรัน' :::note หากมีโฟลเดอร์จัดเก็บที่มีชื่อเดียวกันอยู่แล้ว ระบบจะเพิ่ม `_` (ขีดล่าง) และตัวเลขในชื่อโฟลเดอร์ repository ที่นำเข้า -::: \ No newline at end of file +::: diff --git a/packages/backend.ai-webui-docs/src/th/start/start.md b/packages/backend.ai-webui-docs/src/th/start/start.md index 2ba11dc5b8..3efc284885 100644 --- a/packages/backend.ai-webui-docs/src/th/start/start.md +++ b/packages/backend.ai-webui-docs/src/th/start/start.md @@ -10,19 +10,21 @@ ## แบนเนอร์ประกาศ หากผู้ดูแลระบบได้เผยแพร่ประกาศ จะมีแบนเนอร์แสดงที่ด้านบนของหน้าเริ่มต้น -คุณสามารถปิดแบนเนอร์ได้โดยคลิกไอคอนปิด ประกาศรองรับรูปแบบ Markdown -และอาจมีการแจ้งเตือนที่สำคัญเกี่ยวกับการบำรุงรักษาระบบ การอัปเดต หรือ -แนวทางการใช้งาน +ประกาศรองรับรูปแบบ Markdown และอาจมีการแจ้งเตือนที่สำคัญเกี่ยวกับ +การบำรุงรักษาระบบ การอัปเดต หรือแนวทางการใช้งาน คุณสามารถปิดแบนเนอร์ได้ +โดยคลิกไอคอนปิด + +![](../images/start_announcement_banner.png) ## การ์ดการดำเนินการ หน้าเริ่มต้นแสดงการ์ดการดำเนินการต่อไปนี้ตามค่าเริ่มต้น: -- **สร้างโฟลเดอร์จัดเก็บใหม่**: สร้างโฟลเดอร์จัดเก็บและอัปโหลดไฟล์ +- **สร้างโฟลเดอร์จัดเก็บข้อมูลใหม่**: สร้างโฟลเดอร์จัดเก็บและอัปโหลดไฟล์ นี่เป็นขั้นตอนแรกที่จำเป็นสำหรับการฝึกโมเดลหรือการให้บริการภายนอก การคลิกปุ่มจะเปิดกล่องโต้ตอบการสร้างโฟลเดอร์ -- **เริ่มเซสชันแบบโต้ตอบ**: สร้างเซสชันแบบโต้ตอบเพื่อฝึกโมเดล เลือก - สภาพแวดล้อมและทรัพยากรที่ต้องการสำหรับการรันโค้ด +- **เริ่มเซสชันแบบโต้ตอบ**: สร้างเซสชันเพื่อฝึกโมเดล เลือกสภาพแวดล้อมและ + ทรัพยากรที่ต้องการสำหรับการรันโค้ด - **เริ่มเซสชันแบทช์**: สร้างเซสชันแบทช์สำหรับไฟล์ที่กำหนดไว้ล่วงหน้า หรืองานที่กำหนดเวลาไว้ ป้อนคำสั่ง ตั้งค่าวันที่และเวลา และรันตามต้องการ - **เริ่มบริการโมเดล**: สร้าง endpoint บริการโมเดลเพื่อแชร์โมเดลที่ผ่าน @@ -42,6 +44,8 @@ ### นำเข้าโน้ตบุ๊ก +![](../images/start_from_url_notebook.png) + 1. ป้อน URL ของ Jupyter Notebook (ต้องลงท้ายด้วย `.ipynb`) ในฟิลด์ **URL โน้ตบุ๊ก** 2. คลิก **นำเข้าและรัน** เพื่อสร้างเซสชันอัตโนมัติและเปิดโน้ตบุ๊กใน Jupyter @@ -54,8 +58,10 @@ ### นำเข้าพื้นที่เก็บข้อมูล GitHub -1. ป้อน URL พื้นที่เก็บข้อมูล GitHub ที่ถูกต้องในฟิลด์ **GitHub URL** -2. เลือก **Storage Host** ที่จะบันทึกพื้นที่เก็บข้อมูล +![](../images/start_from_url_github.png) + +1. ป้อน URL พื้นที่เก็บข้อมูล GitHub ที่ถูกต้องในฟิลด์ **URL GitHub** +2. เลือก **โฮสต์ที่เก็บข้อมูล** ที่จะบันทึกพื้นที่เก็บข้อมูล 3. ตั้งค่า **โหมดการใช้งานโฟลเดอร์** (ทั่วไปหรือโมเดล) ตามต้องการ 4. คลิก **นำเข้าไปยังโฟลเดอร์** เพื่อโคลนพื้นที่เก็บข้อมูลไปยังโฟลเดอร์ จัดเก็บใหม่ @@ -65,9 +71,11 @@ ### นำเข้าพื้นที่เก็บข้อมูล GitLab -1. ป้อน URL พื้นที่เก็บข้อมูล GitLab ที่ถูกต้องในฟิลด์ **GitLab URL** -2. ระบุ **ชื่อ Branch ของ GitLab** ตามต้องการ (ค่าเริ่มต้น: `master`) -3. เลือก **Storage Host** ที่จะบันทึกพื้นที่เก็บข้อมูล +![](../images/start_from_url_gitlab.png) + +1. ป้อน URL พื้นที่เก็บข้อมูล GitLab ที่ถูกต้องในฟิลด์ **URL GitLab** +2. ระบุ **ชื่อ Branch GitLab** ตามต้องการ (ค่าเริ่มต้น: `master`) +3. เลือก **โฮสต์ที่เก็บข้อมูล** ที่จะบันทึกพื้นที่เก็บข้อมูล 4. ตั้งค่า **โหมดการใช้งานโฟลเดอร์** (ทั่วไปหรือโมเดล) ตามต้องการ 5. คลิก **นำเข้าไปยังโฟลเดอร์** เพื่อโคลนพื้นที่เก็บข้อมูลไปยังโฟลเดอร์ จัดเก็บใหม่