ページ ツリー

比較バージョン

キー

  • この行は追加されました。
  • この行は削除されました。
  • 書式設定が変更されました。

...

  1. Create a repository on GitHub for the class, and place the environment configuration information (see below), programs and data files (if any) that will be used as teaching materials.
    • In this example, we will use https://github.com/ikfj/ds-polimetrics as the repository for the class.
    • In this repository, apt.txt and environment.yml are the environment configuration information and prepare.r is the teaching program.
    • Depending on the repository you are actually using, you may need to change the following description.

  2. Open https://binder.cs.rcos.nii.ac.jp/ in your browser.



  3. Enter the URL of the repository in the [GitHub repository name or URL] field at the top.
  4. Copy the URL that appears under [Copy the URL below and share your Binder with others:]. 
  5. Press the [Launch] button.
  6. Select your institution or OpenIdP in the affiliation selection and click the Select button.
  7. Authenticate with your own institution or OpenIdP account.
  8. A new analysis environment for you will be created.


  9. 手順4でコピーした URL を受講者に伝えます。

  10. Give the URL copied in Step 4 to the student.

The environment configuration information to be created in Step 1 is a text file describing the packages to be installed in the analysis environment. apt.txt describes the 手順1で作成する環境構成情報は、分析環境にインストールしておきたいパッケージを記述したテキストファイルです。apt.txt に OS (Ubuntu) のパッケージを、environmentpackage, environment.yml に conda のパッケージを、それぞれ記述します。その他のパッケージをインストールする方法など、詳しくは describes the conda package, and so on. For more information on how to install other packages, please refer to https://mybinder.readthedocs.io/en/latest/using/config_files.html をご参照いただくか、下記担当者にご相談ください。 or contact the person below.

Translated with www.DeepL.com/Translator (free version)

分析環境の使い方

  1. 講師から伝えられた URL をブラウザで開きます。
  2. 所属機関の選択で、ご自身の所属機関または OpenIdP を選び、[選択] ボタンをクリックします。
  3. ご自身の所属機関または OpenIdP のアカウントで認証します。
  4. 自分用の分析環境が新たに作られます。
  5. Files の右側にある New → RStudio をクリックします。RStudio が新しいタブで開きます。



  6. 講師の指示に従って RStudio を使いましょう。

...