sds2019 icon indicating copy to clipboard operation
sds2019 copied to clipboard

Basics: Opening and editing the .ipynb file

Open GuidoTurdera opened this issue 6 years ago • 3 comments

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.

GuidoTurdera avatar Jul 25 '19 14:07 GuidoTurdera

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.

kristianolesenlarsen avatar Jul 25 '19 15:07 kristianolesenlarsen

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!

GuidoTurdera avatar Jul 25 '19 20:07 GuidoTurdera

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

kristianolesenlarsen avatar Jul 26 '19 08:07 kristianolesenlarsen