Python笔记
RonnieLD
这个作者很懒,什么都没留下…
展开
-
Python list--> Filter , Map , Reduce 使用笔记 (lambda )
1# -*- coding: utf-8 -*foo = [2, 18, 9, 22, 17, 24, 8, 12, 27]##filter(function, sequence) returns a sequence consisting of those #items from the sequence for which function(item) is true. #If原创 2018-02-07 16:54:49 · 836 阅读 · 0 评论 -
jupyter notebook 设置登录密码
打开服务ipython notebookpython 命令导入模块from notebook.auth import passwd直接运行passwd()输入密码即可。Info jupyter notebook --generate-config 生成配置文件可以选择N不指定配置到该文件。...原创 2018-08-28 09:44:12 · 2452 阅读 · 0 评论