leon201903091654136
leon201903091654136
全部文章
python
c(9)
c语言(5)
HAL(1)
java(1)
linux(9)
ubuntu(2)
virtualbox(1)
堆栈(1)
嵌入式(6)
嵌入式Linux(2)
未归档(200)
架构师(1)
系统函数(4)
软考(1)
项目管理(1)
驱动程序(2)
归档
标签
去牛客网
登录
/
注册
Leon的博客,分享嵌入式Linux知识
飞翔在嵌入式开发路上的一只黑鸟。。。
全部文章
/ python
(共7篇)
ubuntu下安装jupyter notebook问题。ERROR: Package ‘ipython‘ requires a different Python: 3.5.2 not in 」=3.6
目标: 在Ubuntu 16.04中安装jupyter notebook。 步骤: 1.安装python3 leon@ubuntu:~$ sudo apt-get install python3 2.安装pip3 leon@ubuntu:~$ sudo apt-get install ...
2021-01-09
0
611
ssh免密登录设置方法
<article class="_2rhmJa" style="font-size: 16px;"> 1 前提条件 主机A,用户名为aris,IP地址为192.168.1...
2021-01-09
0
1138
本地浏览器连接服务器端jupyter notebook服务
当前环境: 本地客户端环境:window环境,ssh连接工具(putty、Xshell、FinalShell等)或者是win10自带的命令行终端,任意浏览器; 服务器端环境:Linux操作系统(ubuntu、centos、Debian等)中,已安装了python3,jupyter...
2021-01-09
0
444
如何将.ipynb文件转换为.py文件
<article class="_2rhmJa" style="font-size: 16px;"> 作业条件:在jupyter notebook下编写完程序,保存为“my...
2021-01-09
0
644
在Python 2.x中如何使用中文
在Python 2.x中如何使用中文 在计算机中有两种文本文件编码格式,一是早期的ASCII编码格式,还有一种是现在普遍使用的Unicode编码格式;前者用一个字节表示一个字符,只能表示出256种字符,而后者用1~6个字节表示一个字符,能表示出地球上的所有字符。 Python 2.x 默认...
2021-01-09
0
668
pycharm中导入pygame库失败及解决办法
<article class="_2rhmJa" style="font-size: 16px;"> ERROR: Could not install packages due t...
2021-01-09
0
856
libpng warning: iCCP: known incorrect sRGB profile
问题:当在pycharm中引用pygame模块导入png图像运行后,发出警告:libpng warning: iCCP: known incorrect sRGB profile 原因:因为libpng-1.6以上版本增强了ICC profiles检查,所以发出警告。此警告可以忽略。若要消除警...
2021-01-09
0
1333