CamDavidsonPilon / Probabilistic-Programming-and-Bayesian-Methods-for-Hackers

aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)
http://camdavidsonpilon.github.io/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/
MIT License
26.55k stars 7.85k forks source link

Chapter 4 Notebook - NotJSONError #376

Closed tra0x closed 6 years ago

tra0x commented 6 years ago

Opening the chapter 4 notebook (both Python2 and 3) in Jupyter returns NotJSONError('Notebook does not appear to be JSON: \'{\\n "cells": [\\n {\\n "cell_type": "m...',)

tra0x commented 6 years ago

I believe this is addressed in pull request #375.

CamDavidsonPilon commented 6 years ago

Fixed in master, thanks @Tomesco!