UsageError: Line magic function `%` not found
问题:jupyter notebook 使用魔法函数,% matplotlib inline,报错,UsageError: Line magic function `%` not found
SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。
1、百度上最容易找到的解决方案如下,但是anaconda promot 打开用 conda install line_profile试了好几次,模块都安装不上:
需安装line_profile模块,具体情况可参考以下链接:http://www.bubuko.com/infodetail-2118201.html
2、于是谷歌翻qiang搜索了一下,原来删除一个空格就好了。。。正确格式 %matplotlib inline

更多精彩