Basic Rules for the course

Basic Rules for the course#

  1. Write your scripts/notebooks into the clone of your eScience2024-projects fork.

  2. Work in your Group# subfolder in the clone (or even a subsubfolder for your work, one level deeper) to reduce number of potential conflicts when merging.

  3. If there are files that are automatically created in that folder that should not be tracked, update .gitignore

  4. Do not store data in that folder unless it is < 10 Mb. See Sharing Data.

  5. Do not download large number of files/large datasets into your home directory.

  6. Do not try to make files in the read-only folders (you will get errors on save). Mind where your File browser is when making new notebook/starting new Launcher.

  7. Make issues in this repo, See Contribute to this page.