搜索
查看
编辑修改
首页
UNITY
NODEJS
PYTHON
AI
GIT
PHP
GO
CEF3
JAVA
HTML
CSS
搜索
笔触狂放9
这个屌丝很懒,什么也没留下!
关注作者
热门标签
jquery
HTML
CSS
PHP
ASP
PYTHON
GO
AI
C
C++
C#
PHOTOSHOP
UNITY
iOS
android
vue
xml
爬虫
SEO
LINUX
WINDOWS
JAVA
MFC
CEF3
CAD
NODEJS
GIT
Pyppeteer
article
热门文章
1
基于Redis的分布式限流详解_redis限流
2
uni-app的实用技巧及数据缓存_uni.getstoragesync
3
Android OpenGLES2.0 渲染ffmpeg解码后的视频_android ffmpeg opengles
4
【大厂AI课学习笔记NO.72】AI与云计算
5
(2)docker容器技术思维导图
6
使用16线激光雷达进行3DSLAM并获得八叉树地图(octomap)_保存八叉树地图
7
《密码学系列》—信息安全威胁_选择密文攻击
8
image对象的属性说明_image.shape
9
MySQL-ProxySQL读写分离连接池负载均衡分库分表故障切换查询重写流量镜像SQL审计自动重连自动下线在线配置路由引擎Query Cache缓存主从复制架构高可用MySQL中间件ProxySQL...
10
tiktok官方app下载教程(下载安装tiktok的步骤)_tiktok18+app下载教程
当前位置:
article
> 正文
python配置(二)——机器学习环境_the scripts jupyter-migrate.exe, jupyter-troublesh
作者:笔触狂放9 | 2024-03-23 21:14:40
赞
踩
the scripts jupyter-migrate.exe, jupyter-troubleshoot.exe and jupyter.exe ar
我的电脑是win10,X64, surfacebook
打开cmd,先cd到python下有pip执行文件的文件夹,然后pip install
总结一下版本号:
Python version:3.6.5 (v3.6.5:f59c0932b4, Mar 28 2018, 17:00:18) [MSC v.1900 64 bit (AMD64)]
pandas version:0.23.0
matplotlib version:2.2.2
NumPy version:1.14.3
SciPy version:1.1.0
IPython version:6.4.0
scikit-learn version:0.19.1
下面是安装log
C:\Users\m\AppData\Local\Programs\Python\Python36>cd Scripts
C:\Users\m\AppData\Local\Programs\Python\Python36\Scripts>pip install matplotlib
Collecting matplotlib
Downloading https://files.pythonhosted.org/packages/bf/b9/485032835e979ee11d514bb3b9b0543a928b8b96c099c178aeab1d2ba861/matplotlib-2.2.2-cp36-cp36m-win_amd64.whl (8.7MB)
100% |████████████████████████████████| 8.7MB 739kB/s
Collecting cycler>=0.10 (from matplotlib)
Downloading https://files.pythonhosted.org/packages/f7/d2/e07d3ebb2bd7af696440ce7e754c59dd546ffe1bbe732c8ab68b9c834e61/cycler-0.10.0-py2.py3-none-any.whl
Collecting kiwisolver>=1.0.1 (from matplotlib)
Downloading https://files.pythonhosted.org/packages/44/72/16630c3392eba03788ad87949390516bbc488e8e118047a3b824631d21a6/kiwisolver-1.0.1-cp36-none-win_amd64.whl (57kB)
100% |████████████████████████████████| 61kB 705kB/s
Collecting pytz (from matplotlib)
Downloading https://files.pythonhosted.org/packages/dc/83/15f7833b70d3e067ca91467ca245bae0f6fe56ddc7451aa0dc5606b120f2/pytz-2018.4-py2.py3-none-any.whl (510kB)
100% |████████████████████████████████| 512kB 835kB/s
Collecting pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 (from matplotlib)
Downloading https://files.pythonhosted.org/packages/6a/8a/718fd7d3458f9fab8e67186b00abdd345b639976bc7fb3ae722e1b026a50/pyparsing-2.2.0-py2.py3-none-any.whl (56kB)
100% |████████████████████████████████| 61kB 940kB/s
Collecting six>=1.10 (from matplotlib)
Downloading https://files.pythonhosted.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl
Requirement already satisfied: numpy>=1.7.1 in c:\users\maxingxin\appdata\local\programs\python\python36\lib\site-packages (from matplotlib) (1.14.3+mkl)
Collecting python-dateutil>=2.1 (from matplotlib)
Downloading https://files.pythonhosted.org/packages/cf/f5/af2b09c957ace60dcfac112b669c45c8c97e32f94aa8b56da4c6d1682825/python_dateutil-2.7.3-py2.py3-none-any.whl (211kB)
100% |████████████████████████████████| 215kB 1.2MB/s
Requirement already satisfied: setuptools in c:\users\maxingxin\appdata\local\programs\python\python36\lib\site-packages (from kiwisolver>=1.0.1->matplotlib) (39.0.1)
Installing collected packages: six, cycler, kiwisolver, pytz, pyparsing, python-dateutil, matplotlib
Successfully installed cycler-0.10.0 kiwisolver-1.0.1 matplotlib-2.2.2 pyparsing-2.2.0 python-dateutil-2.7.3 pytz-2018.4 six-1.11.0
C:\Users\maxingxin\AppData\Local\Programs\Python\Python36\Scripts>pip install ipython
Collecting ipython
Downloading https://files.pythonhosted.org/packages/b1/7f/91d50f28af3e3a24342561983a7857e399ce24093876e6970b986a0b6677/ipython-6.4.0-py3-none-any.whl (750kB)
100% |████████████████████████████████| 757kB 781kB/s
Collecting decorator (from ipython)
Downloading https://files.pythonhosted.org/packages/bc/bb/a24838832ba35baf52f32ab1a49b906b5f82fb7c76b2f6a7e35e140bac30/decorator-4.3.0-py2.py3-none-any.whl
Collecting colorama; sys_platform == "win32" (from ipython)
Downloading https://files.pythonhosted.org/packages/db/c8/7dcf9dbcb22429512708fe3a547f8b6101c0d02137acbd892505aee57adf/colorama-0.3.9-py2.py3-none-any.whl
Collecting pickleshare (from ipython)
Downloading https://files.pythonhosted.org/packages/9f/17/daa142fc9be6b76f26f24eeeb9a138940671490b91cb5587393f297c8317/pickleshare-0.7.4-py2.py3-none-any.whl
Collecting simplegeneric>0.8 (from ipython)
Downloading https://files.pythonhosted.org/packages/3d/57/4d9c9e3ae9a255cd4e1106bb57e24056d3d0709fc01b2e3e345898e49d5b/simplegeneric-0.8.1.zip
Collecting traitlets>=4.2 (from ipython)
Downloading https://files.pythonhosted.org/packages/93/d6/abcb22de61d78e2fc3959c964628a5771e47e7cc60d53e9342e21ed6cc9a/traitlets-4.3.2-py2.py3-none-any.whl (74kB)
100% |████████████████████████████████| 81kB 1.1MB/s
Collecting pygments (from ipython)
Downloading https://files.pythonhosted.org/packages/0
声明:
本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:
https://www.wpsshop.cn/w/笔触狂放9/article/detail/297719
推荐阅读
article
Python
Playwright
基本
使用
(步骤详细)
_
playwright
python
...
Playwright
官方安装文档、
Python
编程技术-安装文档。
Playwright
是由微软公司2020年初发布的...
赞
踩
article
《最新出炉》系列入门篇-
Python
+
Playwright
自动化
测试
-9-
页面
(
page
)_play...
通过前边的讲解和学习,细心认真地小伙伴或者童鞋们可能发现在
Playwright
中,没有Element这个概念,只有Pag...
赞
踩
article
Playwright
-
python
教程_
playwright
-
b
...
安装pip install
playwright
-i https: //mirrors.aliyun.com/pypi/...
赞
踩
article
pyth
on
playwright
page
.
on
传递参数...
Pyth
on
Playwright 是一个 Pyth
on
库,它使用 Webkit 或 Chromium 引擎为自动化测...
赞
踩
article
playwright
基本
使用
方法_
playwright
request
用法
python
...
playwright
的基本
使用
方法_
playwright
request
用法
python
playwright
req...
赞
踩
article
【
华为
OD
机考 统一考试机试C卷】计算
三叉
搜索
树的高度(
C++
Java
Java
Script Py...
定义构造
三叉
搜索
树规则如下:每个节点都存有一个数,当插入一个新的数时,从根节点向下寻找,直到找到一个合适的空节点插入。查...
赞
踩
article
Python
读取
环境变量
判断
环境变量
是否
存在
Linux_
python
判断
存在
环境变量
...
Python
读取
环境变量
判断
环境变量
是否
存在
Python
获取
环境变量
列表
Python
读取某
环境变量
并判断是否存...
赞
踩
article
python
如何
定义
一个空
变量
_
如何
在
python
中
定义
自由
变量
? -
python
...
python
doc中的本地/全局/
自由
变量
定义
:如果名称绑定
在
块中,则除非声明为非本地,否则它是该块的局部
变量
。如果
在
...
赞
踩
article
python
定义
空
变量
_
python
程序中用类
变量
代替
global
定义
全局
变量
...
在
python
编程中,一般使用
global
关键字来
定义
全局
变量
,但是发现
global
关键字在涉及多个文件时,好像存...
赞
踩
article
Python
定义
空
变量
_
python
批量
定义
一个为空
列表
的不同
变量
名
csdn
...
i = Nonei = nulli = 0 (数值类型)i = '' (两个单引号) 或 i = "" (这是字符串类型...
赞
踩
article
python
定义
空
变量
_
python
怎样
定义
全局
变量
...
全局
变量
是编程语言中常见的一种
变量
,通过全局
定义
,可以是某对象函数创建,也可以是本程序任何位置创建,能够被本程序中的所有...
赞
踩
article
python
定义空
变量
_
Python
动态
变量
名定义与调用...
动态
变量
名赋值在使用tkinter时需要
动态
生成
变量
,如
动态
生成var1...var10
变量
使用exec
动态
赋值exec...
赞
踩
article
【
python
】在
Python
中
定义
空
变量
和
数据结构
_
python
创建
空
变量
...
处理大型数据集合时通常会遇到缺失值。缺失值可以对应于
空
变量
、
空
列表、
空
字典、列中缺少的元素、
空
数据帧,甚至是无效值。
定义
...
赞
踩
article
pytho
n
如何
定义
n
个
变量
(
变量
声明
自动化
)
_
pytho
n
定义
n
个
变量
...
code:for i i
n
ra
n
ge(10000000): cmd = "t%s = 1" % i exec st...
赞
踩
article
python
定义
一个
空
变量
_
Python
学习笔记 -
Python
变量
...
Python
变量
创建
变量
变量
是存储值的容器。
Python
里没有专门的命令来声明
变量
。当把
一个
值赋给
一个
变量
时,它就被...
赞
踩
article
【
Python
】
数据处理
第0步:关于
空
值
和
缺失
值
的处理_
python
pd
.nat...
关于
空
值
和
缺失
值
:
空
值
:在pandas中,的
空
值
就是空字符串 “”
缺失
值
:np.nan,
pd
.naT(
缺失
时间),或No...
赞
踩
article
Linux
dts
list
python
tool_
python
开源
dts
linux...
Linux
dts
list
python
tool_
python
开源
dts
linux
python
开源
dts
li...
赞
踩
article
Python
None
(空值)及用法
_
python
中
的
none
...
pyhon总结
_
python
中
的
none
python
中
的
none
...
赞
踩
article
Python
-
字符串
、
布尔值
和空_
python
空
字符串
...
Python
字符串
、
布尔值
、与或非逻辑运算_
python
空
字符串
python
空
字符串
学习...
赞
踩
article
python
-
布尔
类型
与空
类型
_
判断
一个
布尔
值是否为空...
#coding:utf-8‘’‘1、什么是
布尔
类型
,
布尔
类型
固定值 定义:真假的
判断
即
布尔
类型
固定值:True ->...
赞
踩
相关标签
python
开发语言
测试工具
windows
自动化
网络
运维开发
playwright
微软自动化
多平台
web 自动化
前端
华为od
c语言
c++
javascript
java
python如何定义一个空变量
python 定义空变量
数据结构