Jypyter notebook

2022-04-15  本文已影响0人  无量儿

1、%matplotlib inline 是什么意思(https://blog.csdn.net/m0_37712157/article/details/81872610
使用%matplotlib命令可以将matplotlib的图表直接嵌入到Notebook之中,或者使用指定的界面库显示图表,它有一个参数指定matplotlib图表的显示方式。inline表示将图表嵌入到Notebook中。

2、jupyter notebook里ipynb文件转为py文件(https://www.cnblogs.com/jarph/p/15239129.html
jupyter nbconvert --to script xxx.ipynb

3、将环境写入notebook的kernel


image.png
上一篇 下一篇

猜你喜欢

热点阅读