briatte / srqm

An introductory statistics course for social scientists, using Stata
https://f.briatte.org/teaching/quanti/
49 stars 17 forks source link

License? And Jupyter notebook example #20

Closed kylebarron closed 5 years ago

kylebarron commented 6 years ago

Hello! I was just perusing Stata-related github repositories and came across this. There's no license file, so I wasn't sure if the content was openly-licensed. By default, repositories without a license file have all rights reserved.

Secondly, I've been working on a Jupyter kernel for Stata, which allows Stata to be run directly from Jupyter Notebooks. I'd been wanting to make an example notebook anyways, so I converted the week2.do file into a Jupyter Notebook. It's nice because Github includes the output and graphs when it displays Jupyter Notebook files.

If you click here: https://github.com/kylebarron/srqm/blob/master/code/week2.ipynb you'll see all the output of the week2.do file rendered next to the Markdown descriptions.

image

briatte commented 5 years ago

Hi, and thanks for your question -- I'll CC-BY-SA the repo on the next update.

The Jupyter notebook looks awesome!

briatte commented 5 years ago

Hi @kylebarron — I'm closing this issue since the repo README now has a LICENSE section. Congrats again for your work on the Jupyter kernel for Stata, the Atom demo video is truly impressive.