
Jupyter notebook
文章平均质量分 59
Dontla
这个作者很懒,什么都没留下…
展开
-
如何在jupyter notebook中运行markdown文件(脚本、代码)
需要装一个notedown插件,不能直接pip install notedown安装,需要:pip install notedown --index https://mirrors.ustc.edu.cn/pypi/web/simple/ 或pip install https://github.com/mli/notedown/tarball/master参考文章:在jupyter中运行markdown格式脚本...原创 2021-08-03 22:32:53 · 1182 阅读 · 0 评论 -
如何更改jupyter notebook显示为中文?
变中文了:参考文章:Jupyter notebook汉化,更改为中文界面原创 2021-08-03 17:08:24 · 30666 阅读 · 1 评论 -
Jupyter notebook如何查看代码提示/doc文档/函数(方法)用法?
选中需要查看的函数方法按快捷键Shift+Tab原创 2019-07-15 13:51:58 · 29070 阅读 · 5 评论 -
Jupyter notebook中用python matplotlib ax3.plot_surface绘制的三维图(3D图)(三维函数)无法旋转解决办法(%matplotlib notebook)
我们有时在Jupyter中用python绘制三维图时, 会发现无法旋转, 如图:那么怎么解决呢, 我们只需要在代码中加上%matplotlib notebook这句代码即可:如图, 在代码最上方加入代码:按ctrl+enter重新运行代码:发现图像可以自由拖动旋转了引用文章: Matplotlib中%matplotlib inline是什么、如何使用?https://blog...原创 2019-08-08 14:54:52 · 9784 阅读 · 4 评论 -
python matplotlab在jupyter notebook中画图不显示怎么办?(%matplotlib inline)
引用原创 2019-08-04 22:02:21 · 5828 阅读 · 4 评论 -
如何安装 jupyter lab 和 jupyter notebook?
参考文章:Installing the Jupyter Software原创 2019-09-12 16:16:47 · 326 阅读 · 0 评论