Iphyton Notebook AttributeError:' thread._local'对象没有属性' hooks'

时间:2016-08-11 09:16:42

标签: ipython graphlab

$ch = curl_init('mypage');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$content = curl_exec($ch);
curl_close($ch);
echo $content;

为什么我要面对这个?

1 个答案:

答案 0 :(得分:2)

只需确保将ipykernel升级到最新版本(至少需要4.5.0,已于2016年9月2日发布)。 This pull request fixed that issue

pip install --upgrade ipykernel

an issue as well in GitHub reporting the problem,在合并拉取请求并释放4.5.0后关闭了。