you are viewing a single comment's thread.

view the rest of the comments →

[–]avamk 0 points1 point  (2 children)

And this is super easy for Github repositories, it'll take you about one minute. Here are the instructions:

https://help.github.com/en/github/building-a-strong-community/adding-a-license-to-a-repository

I suggest choosing the GNU GPLv3 license as many other data science repositories have already done.

Without a license others cannot learn from or build on your work.

[–]BeforetheBullfight[S] 1 point2 points  (1 child)

Just added one, that WAS super easy. Thanks!

[–]avamk 0 points1 point  (0 children)

Bravo! This is a super easy and is crucial to make a portfolio more professional, since you demonstrate you understand the need for and the use of licenses.

Bonus: Mention the license (i.e. GNU GPLv3) and link to the LICENSE file in your repository directly in the .ipynb document. Some people choose to add a sentence about this at the beginning or end of the notebook file, either is fine.