I am excited to announce the third edition of Think Stats, to be published by O'Reilly Media in 2025.

As always, I'm posting the free version as a work in progress. You can read it at
https://www.allendowney.com/blog/2024/10/22/think-stats-3rd-edition/

Think Stats 3rd Edition

I am excited to announce that I have started work on a third edition of Think Stats, to be published by O’Reilly Media in 2025. At this point the content is mostly settled, and I am revising …

Probably Overthinking It

@allendowney

I'm not sure if this is the best place to provide a little feedback.

Being somewhat of a neanderthal when it comes to Python venvs, I installed Jupyter with the pipx tool.

I hit a few "import" problems in Chapter One.

The first is that the !pip magic doesn't work with my setup.

I installed `empiricaldist` & `statadict` manually, I also needed to install `statsmodel` as it is imported by `thinkstats`.

@PeterWAWood The ThinkStats repo has a requirements.txt file you can use with pipx to install the requirements.

@allendowney

Many thanks