ページ ツリー

比較バージョン

キー

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

...

  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] 欄にリポジトリのURLを入力します。field at the top.
  4. Copy the URL that appears under [Copy the URL below and share your Binder with others:] の下に表示された URL をコピーします。
  5. Press the [Launch] ボタンを押します。
  6. 所属機関の選択で、ご自身の所属機関または OpenIdP を選び、[選択] ボタンをクリックします。
  7. ご自身の所属機関または OpenIdP のアカウントで認証します。
  8. button.
  9. Select your institution or OpenIdP in the affiliation selection and click the Select button.
  10. Authenticate with your own institution or OpenIdP account.
  11. A new analysis environment for you will be created.自分用の分析環境が新たに作られます。



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

手順1で作成する環境構成情報は、分析環境にインストールしておきたいパッケージを記述したテキストファイルです。apt.txt に OS (Ubuntu) のパッケージを、environment.yml に conda のパッケージを、それぞれ記述します。その他のパッケージをインストールする方法など、詳しくは https://mybinder.readthedocs.io/en/latest/using/config_files.html をご参照いただくか、下記担当者にご相談ください。

...