isdsucph / isds2021

Introduction to Social Data Science 2021 - a summer school course https://isdsucph.github.io/isds2021/
MIT License
22 stars 37 forks source link

How to submit answers #9

Closed johankll closed 3 years ago

johankll commented 3 years ago

I am unsure as to how you want us to submit our answers. As an example: In problem 0.3.1, you have left the following cell:

image

I realize that you want us to erase "raise NotImplementedError()" and write our code here... But do you also want us to fill in the answers on the first and second line?

joachimkrasmussen commented 3 years ago

Hi Johan,

No, not really. It's just in order to show you how the answer can be written up. You should erase the raise NotImplementedError() and write your answer there in the same style as illustrated above (just without the #). Does that make sense?

Best, Joachim

johankll commented 3 years ago

Hi Joachim,

Yes, it makes sense. Thank you!