【发布时间】:2016-10-28 22:40:18
【问题描述】:
我很好奇 jupyter notebook 如何启用内联情节。
我在github中搜索了%matplotlib inline,没有找到源代码(https://github.com/search?l=python&q=org%3Ajupyter+matplotlib+inline&ref=searchresults&type=Code&utf8=%E2%9C%93)。
而且它在文档 (http://ipython.readthedocs.io/en/stable/interactive/magics.html#magic-matplotlib) 中不可用。
谁能告诉我在哪里可以看到%matplotlib inline的源代码?
【问题讨论】:
标签: python matplotlib