摘要:
jupyter notebook中使用mayavi三维绘图库 就像绘图时可使把matplotlib嵌入jupyter中一样,mayavi也在jupyter notebook中嵌入式使用。 以下假定已经安装好了jupyter notebook和mayavi库。 1. 安装需要的python依赖 pip 阅读全文
posted @ 2020-12-08 21:09
_荒流
阅读(2151)
评论(0)
推荐(0)
摘要:
设置远程连接 jupyter notebook 服务 jupyter notebook不仅可在本地进行连接,而且可以在远程主机上开启jupyter notebook服务,然后在本地进行连接以便使用服务器的资源。 1. 安装jupyter notebook pip install jupyter 2. 阅读全文
posted @ 2020-12-08 20:49
_荒流
阅读(860)
评论(0)
推荐(0)