Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1515389
  • 博文数量: 289
  • 博客积分: 11086
  • 博客等级: 上将
  • 技术积分: 3291
  • 用 户 组: 普通用户
  • 注册时间: 2006-06-22 17:06
个人简介

徐小玉的博客。

文章分类

全部博文(289)

文章存档

2023年(6)

2022年(1)

2021年(2)

2020年(9)

2019年(9)

2018年(6)

2017年(10)

2016年(10)

2014年(3)

2013年(4)

2011年(12)

2010年(16)

2009年(14)

2008年(119)

2007年(48)

2006年(20)

我的朋友

发布时间:2023-06-18 16:47:07

的手忙脚乱的过程。。。。。。。1: Set up Jupiter  #pip3 install jupyter   pip3 install --user jupyter   出现这样的信息:  WARNING: The script wsdump is installed in '/Users/*/Library/Python/3.11/bin' which is not on PATH.  Consider adding this directory to .........【阅读全文】

阅读(733) | 评论(0) | 转发(0)

发布时间:2023-05-19 14:59:19

库 没有: pip show matplotlib      安装pandas        pip show pandas        pip install pandas线性回归:##从scikit-learn导入线性模型的线性回归算法from sklearn import linear_model# 把序列变矩.........【阅读全文】

阅读(6562) | 评论(0) | 转发(0)

发布时间:2023-05-14 19:51:12

和把大象放入冰箱一样,需要三步:1: 安装numpy (如果本来没装的话)  pip install -U numpy  检查一下:  $ pip show Numpy2; 装 spicy     pip install -U spicy     检查一下:    $pip show scipy3: 装 scikit-Learn    pip .........【阅读全文】

阅读(412) | 评论(0) | 转发(0)

发布时间:2023-05-11 15:23:47

默认。python3 Hello_World.py位置:/usr/local/bin/python3......【阅读全文】

阅读(205) | 评论(0) | 转发(0)

发布时间:2022-01-05 21:08:50

 #/usr/bin/python# -*- coding: utf-8 -*-print('Hello World.')#-----------------------------mystr = "\n"   # a newline charactermystr = r"\n"  # two characters, \ and n#-----------------------------mystr = "Jon 'Maddog' Orwant"  # literal sing.........【阅读全文】

阅读(363) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册