问题:

jupyter notebook 使用魔法函数% matplotlib inline,报错:UsageError: Line magic function `%` not found

 

解决:

1、百度上最容易找到的解决方案如下,但是anaconda promot 打开用 conda install line_profile试了好几次,模块都安装不上:

  需安装line_profile模块,具体情况可参考以下链接:http://www.bubuko.com/infodetail-2118201.html

 

2、于是谷歌翻qiang搜索了一下,原来删除一个空格就好了。。。正确格式 %matplotlib inline

jupyter|魔法函数问题| UsageError: Line magic function `%` not found

 

 

相关文章:

  • 2021-12-08
  • 2022-12-23
  • 2021-08-31
  • 2022-01-22
  • 2022-12-23
  • 2021-07-11
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2023-01-04
  • 2022-12-23
  • 2021-09-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-02
相关资源
相似解决方案