python - 飞翔灬吾爱的Blog
  • 首页
  • 微语
  • 文章分类
    • 华为RS/Wlan/FW
    • MySQL/MariaDB
    • Linux/Windows
    • HTML/CSS/JS
    • C/C++/Java
    • PHP/Python
    • 网站/应用/技巧
    • 闲谈/休闲/随笔
  • 实用工具
    • 云盘
    • 云音乐
    • 机器人·闲聊
    • 影视Movie系统
    • VIP视频解析系统
    • 我的『大学毕业留念册』
  • 关于本站
    • 免责声明
    • 文章归档
    • 友情链接
    • 网站留言
  • 更多功能
      •      微信订阅号    
      •       RSS订阅     
修改资料
模板设置
退出登录
Python | Jupyter Notebooks 代码补全插件
pythonjupyternbextension代码联想

Python | Jupyter Notebooks 代码补全插件

Python的IDE中,有一个很好用的功能,代码自动补全。在Jupyter Notebook中想要代码自动补齐,需要安装Jupyter的插件,然后配置才能实现代码的自动补齐。首先打开Jupyter Notebook的环境,笔者的Ju...
  • fishyoung
  • PHP/Python
  • 2021-8-28
  • 2499
  • 0
pythonturtlesetheadingright

Python | turtle.right与turtle.setheading的区别

  • Python | turtle.right与turtle.setheading的区别
  • Python | turtle.right与turtle.setheading的区别
  • Python | turtle.right与turtle.setheading的区别
一、概念turtle.right与turtle.left用法一致,我们以turtle.right为例进行讲述。tur...
  • fishyoung
  • PHP/Python
  • 2021-7-13
  • 5387
  • 0
Python | turtle.circle()函数理解
python画图turtlecircle

Python | turtle.circle()函数理解

turtle.circle()函数定义:turtle.circle(radius, extent=None)作用:根据半径radius绘制extent角度的弧形参数详解:radius:弧形半径当radius值为正数时,圆心在当前位置...
  • fishyoung
  • PHP/Python
  • 2021-7-13
  • 5616
  • 0
pythonjupyter可视化anaconda

Python | 修改Anaconda中的Jupyter Notebook默认工作路径的三种方式

  • Python | 修改Anaconda中的Jupyter Notebook默认工作路径的三种方式
  • Python | 修改Anaconda中的Jupyter Notebook默认工作路径的三种方式
  • Python | 修改Anaconda中的Jupyter Notebook默认工作路径的三种方式
Anaconda安装完,Jupyter Notebook默认的工作目录在C盘用户user目录下。方式1打开Windo...
  • fishyoung
  • PHP/Python
  • 2021-3-24
  • 3044
  • 0
pythonjupyter代码补全jupyter_contrib_nbextensions

Python | Jupyter Notebook 添加代码自动补全功能

  • Python | Jupyter Notebook 添加代码自动补全功能
  • Python | Jupyter Notebook 添加代码自动补全功能
  • Python | Jupyter Notebook 添加代码自动补全功能
1、安装如果之前安装过显示目录功能的话,这一步骤可以跳过。pip install jupyter_contrib_n...
  • fishyoung
  • PHP/Python
  • 2020-5-6
  • 6619
  • 0
pythonmatplotlib中文字体画图

Python | Matplotlib画图显示中文问题

  • Python | Matplotlib画图显示中文问题
  • Python | Matplotlib画图显示中文问题
  • Python | Matplotlib画图显示中文问题
解决办法1.安装字体(黑体 SimHei),系统中有该字体就不用安装了如果没有就上传中文字体到相应目录,以下是常用字...
  • fishyoung
  • PHP/Python
  • 2020-3-21
  • 2472
  • 0
linuxpythonjupyter可视化

Python | jupyter notebook的安装与使用

  • Python | jupyter notebook的安装与使用
  • Python | jupyter notebook的安装与使用
  • Python | jupyter notebook的安装与使用
这几天在学习数据可视化,当中就要用到jupyter notebook,确实好用!!最终的效果图:一、jupyter&...
  • fishyoung
  • PHP/Python
  • 2020-3-21
  • 3174
  • 0
Python | Linux上安装Python3
linuxpythonpip3源码安装

Python | Linux上安装Python3

1.安装依赖环境    # yum -y install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-deve...
  • fishyoung
  • PHP/Python
  • 2020-3-2
  • 3240
  • 0
Python | API操作HDFS
pythonhadoopAPIhdfs

Python | API操作HDFS

电脑环境中必须先安装有python3版本,后续才能继续。1.安装依赖包pip install hdfs2.连接# 连接hdfs服务from hdfs import InsecureClientclient = InsecureCli...
  • fishyoung
  • PHP/Python
  • 2020-2-4
  • 6445
  • 0
Linux | 实现用C和python输出hello world
linuxpythongcchelloword

Linux | 实现用C和python输出hello world

安装好虚拟机VMware以及RHEL / CentOS后,就搭建好Linux环境了。这一部分完成在Linux环境下使用C语言和python输出Hello World。一、C语言实现hello world输出1. 编辑文件[root@...
  • fishyoung
  • Linux/Windows
  • 2020-2-2
  • 2938
  • 0
Windows | 关于批处理密文显示密码的解决问题
python批处理密文下载视频

Windows | 关于批处理密文显示密码的解决问题

闲来无事,先是测试了Python下载视频的方法,后来想想用批处理for循环来解决批量的问题,再次优化的时候,觉得加入了密码验证更妥当,但是貌似批处理是无法处理密码不明文显示的问题。随后百度……最终方案如下:@echo of...
  • fishyoung
  • Linux/Windows
  • 2019-10-6
  • 3338
  • 0
pythonpycharmurllibUnicodeEncodeError

Python3 | 解决UnicodeEncodeError: 'gbk' codec can't encode character .......

  • Python3 | 解决UnicodeEncodeError: 'gbk' codec can't encode character .......
  • Python3 | 解决UnicodeEncodeError: 'gbk' codec can't encode character .......
  • Python3 | 解决UnicodeEncodeError: 'gbk' codec can't encode character .......
从网上抓了一些字节流,想打印出来结果发生了一下错误:UnicodeEncodeError: 'gbk...
  • fishyoung
  • PHP/Python
  • 2019-8-7
  • 7009
  • 0
pythonpip3第三方库安装pymysql

Python | 安装3.7后没有pip?

  • Python | 安装3.7后没有pip?
  • Python | 安装3.7后没有pip?
  • Python | 安装3.7后没有pip?
安装了python-3.7.4-amd64.exe,里面的选项都是全选的,但是安装完成后,想import ...
  • fishyoung
  • PHP/Python
  • 2019-8-6
  • 10954
  • 0
  • 1
  • 2
  • 下一页
  • 尾页
  • 共 2 页
  • 最新文章

    • CentOS 7 | 运维故障钉钉告警

      CentOS 7 | 运维故障钉钉告警

      • 2022-07-21
      • 2201
    • CentOS 7 | 虚拟机httpd无法解析php代码

      CentOS 7 | 虚拟机httpd无法解析php代码

      • 2022-07-21
      • 1955
    • Python | Jupyter Notebooks 代码补全插件

      Python | Jupyter Notebooks 代码补全插件

      • 2021-08-28
      • 2499
    • Python | turtle.right与turtle.setheading的区别

      Python | turtle.right与turtle.setheading的区别

      • 2021-07-13
      • 5387
    • Python | turtle.circle()函数理解

      Python | turtle.circle()函数理解

      • 2021-07-13
      • 5616
  • 热门文章

    • 华为 | USG6000V 启动显示”#####”终极解决方法
    • 华为 | (接口)策略路由之Traffic-Policy(重定向到不同的下一跳)
    • 华为 | (本地)策略路由之policy-based-route(重定向到不同的下一跳)
    • Windows | 简体中文编码——输入码(外码)、区位码、国标码(交换码)、机内码(内码)、输出码(字形码)区别及联系
    • 华为 | AP动态发现AC——DHCP方式(1)
    • 华为 | AC射频调优——信道自选
  • 链接

    • 飞翔灬吾爱的Blog
    • 意·不吐词
    • 飞翔影院
    • 极简图床
    • 蓝奏·云存储
    • 七牛云
    • 飞之梦工作室

用户登陆

忘记密码?

还没有账号?

您还可以使用其他方式登陆

请珍惜本站账号,一经发现账号共享,取消VIP资格.

注册账号

已有账号?

您还可以使用其他方式登陆

请珍惜本站账号,一经发现账号共享,取消VIP资格.

密码找回

密码已找回?

扫描登陆
  • 首页
  • 微语
  • 搜索
  • 关于
  • 用户
Copyright © 2017-2021 飞翔灬吾爱的Blog 渝ICP备14002470号-2渝公网安备50011802010177号 Powered by Emlog&  Theme by Fishyoung|  sitemap|  网站地图|  联系站长|  
  • 去顶部

大家都在搜

  • redhat
  • Decode
  • 注释
  • 外部引入
  • Wi-Fi
  • 远程桌面
  • 海明码
  • win2012
  • 2019
  • 4000汉字
  • 隐私保护
  • 标签
  • trunk
  • 释放内存
  • 封装
  • 云绑定
  • 密码分组模式
  • dhcp服务
  • 函数
  • 技能
  • vlan通信原理
  • 提取字符串
  • 日志搜索
  • hdfs
  • 链路捆绑
  • 套接字
  • 设置Wifi
  • 下载视频
  • 中文选项
  • Snmpservice