Is anybody else able to get the notebook from this git repo to run on openSUSE 12.3?
Ran it previously in Mint15/Xubuntu 13.04 with no hiccups, so I was kind of surprised when I tried running it in 12.3 and got the following:
monte@machin-shin:~/mygit/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/Chapter1_Introduction$ python Chapter1_Introduction.ipynb
Traceback (most recent call last):
File "Chapter1_Introduction.ipynb", line 163, in <module>
"collapsed": false,
NameError: name 'false' is not defined
monte@machin-shin:~/mygit/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/Chapter1_Introduction$
I’m not sure what might be causing it… if its something tied to the system python release version, or something else?
Thanks,
Monte