MaxforCherubim

Results 4 comments of MaxforCherubim

I meet the same problem. According to your discussion, I recognize that it need to set option aim to the R binary !!! `"r.rterm.option": ["--r-binary=/usr/local/bin/R"]` It works!

Oh! in the print of this boook, the second uniform was `uniform(0, 1)`. So it should be a mistake.

Seems like the answer is right. So are you misunderstand? ![image](https://github.com/wesm/pydata-book/assets/147486555/480da677-ec9f-4ea9-8471-39b850d97860)

In fact, `conda install jupyter notebook` is means to install packages `jupyter` and `notebook`. You can try only `conda install notebook`, it is the same. Command `conda install jupyterlab` is...