abjer / sds2019

Social Data Science 2019 - a summer school course
https://abjer.github.io/sds2019
46 stars 96 forks source link

Basics: Opening and editing the .ipynb file #8

Open GuidoTurdera opened 5 years ago

GuidoTurdera commented 5 years ago

Hi! I'm starting with the Assignment 0. In order to complete it, we should download the .ipynb file to our local Jupyter Notebook, work on it and then submit it somehow? Or how it works?

Many thanks!

Guido.

kristianolesenlarsen commented 5 years ago

You should 1) Download the .ipynb file from this repository. This is your copy of the assignment. 2) Open the assignment in jupyter notebook and complete the problems. This link should get your started if you are unsure about opening the assignment in jupyter. 3) Upload the completed notebook on Absalon under the Assigments tab.

During the course we expect you to use git to pull files from this repo continuously, so instead of simply downloading the assignment i suggest you git clone the repository. Just make sure that you do your work on a copy of the file which is in another folder to avoid overwriting the file when you later pull the repo to get updates.

GuidoTurdera commented 5 years ago

You should

  1. Download the .ipynb file from this repository. This is your copy of the assignment.
  2. Open the assignment in jupyter notebook and complete the problems. This link should get your started if you are unsure about opening the assignment in jupyter.
  3. Upload the completed notebook on Absalon under the Assigments tab.

During the course we expect you to use git to pull files from this repo continuously, so instead of simply downloading the assignment i suggest you git clone the repository. Just make sure that you do your work on a copy of the file which is in another folder to avoid overwriting the file when you later pull the repo to get updates.

Done, thanks!

kristianolesenlarsen commented 5 years ago

Reopened so that the question is easier to find for anyone else with the same question.