diff --git a/src/pyquickhelper/ipythonhelper/notebook_runner.py b/src/pyquickhelper/ipythonhelper/notebook_runner.py index ec1e04f44..1932b653a 100644 --- a/src/pyquickhelper/ipythonhelper/notebook_runner.py +++ b/src/pyquickhelper/ipythonhelper/notebook_runner.py @@ -805,7 +805,8 @@ def cell_image(self, cell, image_from_text=False): "This should be bytes not '{0}' (=IMG:{1}).".format(type(v), k)) results.append((v, k.split("/")[-1])) elif k in ("text/vnd.plotly.v1+html", "application/vnd.plotly.v1+json", - "application/vnd.bokehjs_exec.v0+json"): + "application/vnd.bokehjs_exec.v0+json", + "application/vnd.bokehjs_load.v0+json"): results.append((v, k.split("/")[-1])) else: raise NotImplementedError("cell type: {0}\nk={1}\nv={2}\nCELL:\n{3}".format(kind,