Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 431 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 431 Bytes

TDI

Projects for The Data Incubator.

Tutorial for t-test and Bayes'

You can view the tutorial by viewing the tutorial.ipynb file above.

To build notebook

notedown tutorial.md --run > tutorial.ipynb

To view locally

notedown tutorial.md --run > tutorial.ipynb && jupyter nbconvert --execute tutorial.ipynb && open tutorial.html