An open API service indexing awesome lists of open source software.

https://github.com/ivotron/learn-stats

Notebooks corresponding to classes, online courses, books on statistics
https://github.com/ivotron/learn-stats

Last synced: 28 days ago
JSON representation

Notebooks corresponding to classes, online courses, books on statistics

Awesome Lists containing this project

README

          

Exercises and toy examples I use while learning statistics. To execute the
notebook server:

```
docker run \
-d -p 8888:8888 \
-v `pwd`:/home/jovyan/work \
jupyter/datascience-notebook
```