jupyter notebook合集

jupyter notebook合集,第1张

一、jupyter notebook怎么自动导包!
1.windows键+R,输入cmd命令。
2.进入终端:pip install --upgrade pyforest

3.随后继续输入命令:python -m pyforest install_extensions

4.启动jupyter notebook

5.输入: df1 = pd.DataFrame(np.arange(6).reshape(3,2),
index=[‘a’,‘b’,‘c’],
columns=[‘one’,‘two’] )

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/langs/942351.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-18
下一篇 2022-05-18

发表评论

登录后才能评论

评论列表(0条)

保存