上一页 1 ··· 55 56 57 58 59 60 61 62 63 ··· 69 下一页
摘要: ubuntu下设置jupyter notebook <!-- flowchart 箭头图标 勿删 --> 来源:http://blog.csdn.net/suzyu12345/article/details/51037905 Ipython Notebook现在已经改名为Ipython jupyte 阅读全文
posted @ 2018-10-25 20:43 中国人醒来了 阅读(406) 评论(0) 推荐(0) 编辑
摘要: ubuntu-18.04 设置开机启动脚本 参阅下列链接 https://askubuntu.com/questions/886620/how-can-i-execute-command-on-startup-rc-local-alternative-on-ubuntu-16-10 ubuntu-1 阅读全文
posted @ 2018-10-25 19:41 中国人醒来了 阅读(3266) 评论(0) 推荐(0) 编辑
摘要: 在ubuntu18.04要安装jupyter-notebook,当然前提是先安装python,然后按如下步骤安装jupyter-notebook,现在记录如下: 1.sudo apt-get update 2.sudo apt-get upgrade 3.sudo apt-get install j 阅读全文
posted @ 2018-10-25 19:23 中国人醒来了 阅读(3907) 评论(0) 推荐(0) 编辑
摘要: Ubuntu下安装软件提示无法锁定管理目录(/var/lib/dpkg/)的解决办法 Ubuntu下安装软件提示无法锁定管理目录(/var/lib/dpkg/)的解决办法 在安装软件的时候,有时候提示,无法锁定管理目录(/var/lib/dpkg/),是否有其他进程正占用它? 这是系统的一种安全锁机 阅读全文
posted @ 2018-10-25 08:55 中国人醒来了 阅读(2323) 评论(0) 推荐(0) 编辑
摘要: sorted()排序详解 http://wiki.python.org/moin/HowTo/Sorting?highlight=%28howto%29#The_Old_Way_Using_the_cmp_Parameter 一个列表存储了由数字组成的 字符串,比如 '21',如何对他们按照数字大小 阅读全文
posted @ 2018-10-21 20:09 中国人醒来了 阅读(6081) 评论(0) 推荐(0) 编辑
摘要: Python3 turtle安装和使用教程 Turtle库是Python语言中一个很流行的绘制图像的函数库,想象一个小乌龟,在一个横轴为x、纵轴为y的坐标系原点,(0,0)位置开始,它根据一组函数指令的控制,在这个平面坐标系中移动,从而在它爬行的路径上绘制了图形。 1 安装turtle Python 阅读全文
posted @ 2018-10-21 14:56 中国人醒来了 阅读(2020) 评论(0) 推荐(0) 编辑
摘要: Python3之turtle模块的使用 <!-- flowchart 箭头图标 勿删 --> 直接扣代码就行: import turtle as t t.pensize(4) t.hideturtle() t.colormode(255) t.color((255, 155, 192), "pink 阅读全文
posted @ 2018-10-21 11:28 中国人醒来了 阅读(407) 评论(0) 推荐(0) 编辑
摘要: Python3安装turtle提示错误:Command "python setup.py egg_info" failed with error code 1 Python3.5安装turtle: pip3 install turtle 提示错误: Collecting turtle Using c 阅读全文
posted @ 2018-10-21 10:36 中国人醒来了 阅读(45129) 评论(0) 推荐(2) 编辑
摘要: 我用的PyCharm是2018.2版本 在调用os.system()的过程中遇到了控制台中文乱码的问题,具体如下 网上说的将两个Encoding格式都设置为UTF-8并没有解决问题,后来我将Project Encoding 的编码改为GBK(国标)后才克服乱码,具体实现和效果如下: File->Se 阅读全文
posted @ 2018-10-20 23:51 中国人醒来了 阅读(14276) 评论(0) 推荐(2) 编辑
摘要: 下载git Windows客户端 git客户端下载地址:https://git-scm.com/downloads 我这里下载的是Git-2.14.0-64-bit.exe版本 下载TortoiseGit TortoiseGit客户端下载地址:https://tortoisegit.org/down 阅读全文
posted @ 2018-10-20 03:52 中国人醒来了 阅读(3133) 评论(0) 推荐(0) 编辑
上一页 1 ··· 55 56 57 58 59 60 61 62 63 ··· 69 下一页