摘要: 引言 jupyter notebook简介和安装 jupyter notebook使用 bug1:默认浏览器不是谷歌浏览器 jupyter使用技巧 bug2:matplotlib中文无法显示 jupyter引入插件 bug3:pdf下载问题 协同开发 虚拟环境切换 总结引言本篇博文综合了自己的一些使 阅读全文
posted @ 2019-12-25 09:11 anovana 阅读(463) 评论(0) 推荐(0) 编辑
摘要: 1. # 可以使用LaTeX表示数学公式 # 可以使用LaTeX表示数学公式 from IPython.display import Latex Latex(r"$\sqrt{x^2+y^2}$") 2. # SymPy的表达式也可以显示为LaTex %load_ext sympyprinting 阅读全文
posted @ 2019-12-25 08:47 anovana 阅读(1126) 评论(0) 推荐(0) 编辑