摘要:
1.遍历key值 同理,可把下列代码的d改为d.keys() notice:python2除了上述两种方法外,还可以写为d.iterkeys() 2.遍历value值 同理,可把下列代码的d改为d.values() notice:python2除了上述两种方法外,还可以写为d.itervalues( 阅读全文
posted @ 2019-06-21 19:25
Geeksongs
阅读(21730)
评论(0)
推荐(0)
摘要:
pip方式安装Jupyter 如你的cmd命令窗口无法识别pip命令,请配置下环境变量(将python的''Scripts''文件夹路径添加至''path''变量里面)。 使用以下命令更新pip和安装Jupyter jupyter notebook参考资料: Jupyter 官方说明 https:/ 阅读全文
posted @ 2019-06-21 12:30
Geeksongs
阅读(15219)
评论(1)
推荐(0)

浙公网安备 33010602011771号