←back to thread

193 points lnyan | 1 comments | | HN request time: 0.199s | source
Show context
These335 ◴[] No.42159921[source]
I tried to follow along with the textbook before but really struggled with the practical side - R is just another world in terms of dependency management and organisation/documentation (compared to python at least). The book had me install some version of a library that was since unsupported. So I thought I would be a nerd and do everything in python instead, but there I had other problems installing pymc. After some hours of failing I just gave up. Can anyone speak to the state of the dependencies in this edition? Has everything been updated? Versions listed? Would love to give this another shot
replies(7): >>42159993 #>>42160336 #>>42160856 #>>42161895 #>>42162990 #>>42165079 #>>42169866 #
1. haberman ◴[] No.42160856[source]
When I was working on the exercises, I found the Rocker project (https://rocker-project.org/) + DevContainers in VSCode to be a winning combination.

Combined with OrbStack (for Docker on MacOS) and Quarto (which is a nice Markdown-based alternative to Jupyter) I would go so far as to call the experience pleasant.

I don't remember running into version-related problems. Maybe I didn't make it as far in the book as you.