introduction to anaconda

一、安装好anaconda后进行更新

说明:在windows环境中的操作,在linux环境中请参考具体书籍。

1、进入cmd命令行

执行

1 conda update conda
3 conda update anaconda
4 conda install mkl
1 conda install pylint html5lib seaborn

最后是安装一些anaconda没有的工具。

二、jupyter一些方便的命令

1、cd directory,更改到目的目录

2、edit filename - launch an editor to edit filename

3、ls or ls pattern - list the contents of a directory

4、run filename - run the Python file filename

5、timeit - time the execution of a piece of code or function

6、The special variable _ contains the last result in the console, and so the most recent result can be
saved to a new variable using the syntax x = _.

三、配置文件

1、产生配置文件夹

首先配置ipython,配置文件在(windows中)~/.ipython/目录下

打开终端输入以下命令

ipython profile create econometrics

将会产生一个profile_econometrics目录,和一下文件

比较重要的是ipython_config.py文件General IPython setting for all IPython sessions。

2、修改配置文件

打开ipython_config.py文件,进行修改

  • c.InteractiveShellApp.exec_lines=["from __future__ import division",

"import os",
"os.chdir(‘D:\\chengxu\\ML‘)"]

  • c.InteractiveShellApp.pylab="qt4"

3、开始运行进行测试,两种方法

  • (1)直接在命令行里输入:ipython --profile=econometrics
  • (2)在文本编辑器里输入如下命令:cmd "/c cd Scripts\ && start "" "ipython.exe" --profile=econometrics"将其保存为ipython-plain.bat ,放在Anaconda2安装目录里,如果想要方便的话,可以右击将其发送到桌面快捷方式。以后直接点击即可。
>>> x = randn(100,100)
>>> y = mean(x,0)
>>> plot(y)
>>> import scipy as sp

如果一切正常,会出现如下图所示:

5、配置ipython-notebook

在文本编辑器中输入如下命令:

cmd "/c cd Scripts && start "" "ipython.exe" notebook --matplotlib=’inline’--notebook-dir=u’D:\\chengxu\\ML\\’"

保存为ipython-notebook.bat,放在Anaconda2安装目录里

时间: 2024-09-26 15:46:03

introduction to anaconda的相关文章

Anaconda介绍、安装及使用教程

Anaconda介绍.安装及使用教程 〇.序 Python是一种面向对象的解释型计算机程序设计语言,其使用,具有跨平台的特点,可以在Linux.macOS以及Windows系统中搭建环境并使用,其编写的代码在不同平台上运行时,几乎不需要做较大的改动,使用者无不受益于它的便捷性. 此外,Python的强大之处在于它的应用领域范围之广,遍及人工智能.科学计算.Web开发.系统运维.大数据及云计算.金融.游戏开发等.实现其强大功能的前提,就是Python具有数量庞大且功能相对完善的标准库和第三方库.通

Install Tensorflow object detection API in Anaconda (Windows)

This blog is to explain how to install Tensorflow object detection API in Anaconda in Windows 10 as well as how to train train a convolution neural network to do object detection on your own data set. Steps: 1. Installation and Configuration Install

在Win10 Anaconda中安装Tensorflow

有需要的朋友可以参考一下 1.安装Anaconda 下载:https://www.continuum.io/downloads,我用的是Python 3.5 下载完以后,安装. 安装完以后,打开Anaconda Prompt,输入清华的仓库镜像,更新包更快: conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ conda config --set show_channel_url

Sublime Text 3,有了Anaconda就会如虎添翼

作为Python开发环境的Sublime Text 3,有了Anaconda就会如虎添翼.Anaconda是目前最流行也是最有威力的Python代码提示插件. 操作步骤 1.打开package control菜单,输入install或者直接点击install package命令菜单 2.在新窗口输入Anaconda并点击第一个备选项进行安装.安装完成后会显示messages文档 3.由于插件本身无法知道Python安装的路径,所以需要手动设置Python主程序的位置.(刚安装完插件估计就会提示我

Spring AOP之Introduction(@DeclareParents)简介

Spring的文档上对Introduction这个概念和相关的注解@DeclareParents作了如下介绍: Introductions (known as inter-type declarations in AspectJ) enable an aspect to declare that advised objects implement a given interface, and to provide an implementation of that interface on be

Introduction and Basic concepts

1 Network Edge The device such as computers and mobiles connect to the Internet. So they are referred as end systems(who run the application programs) sitting at the edge of the Internet. And we use host and end system interchangeably, that is host=e

Anaconda多环境多版本python配置指导

Anaconda多环境多版本python配置指导 来自:http://www.jianshu.com/p/d2e15200ee9b 原文地址:http://conda.pydata.org/docs/test-drive.html conda测试指南 在开始这个conda测试之前,你应该已经下载并安装好了Anaconda或者Miniconda注意:在安装之后,你应该关闭并重新打开windows命令行. 一.Conda测试过程: 使用conda.首先我们将要确认你已经安装好了conda 配置环境.

Ubuntu14.04安装Anaconda

Anacoda是管理基于python的科学计算环境的工具,包含了numpy,matplotlib,ipyhton等一系列工具,避免了一个一个工具的安装,非常方便. 安装步骤: 1.官网下载:https://www.continuum.io/downloads/,下载python2版本或者python3版本,32位或者64位也根据自己计算机配置选择. 2.下载好后,终端进入到该下载文件的目录. 如果下载的python3版本,运行: bash Anaconda3-4.3.0-Linux-x86_64

谢烟客---------Linux之深入理解anaconda使用

获取详细的帮助: 官方文档: <Installation Guide> anaconda位置 anaconda命令行 anaconda配置方式 kickstart文件格式 kickstart创建 基于光盘安装linux anaconda位置 光盘.ftp.nfs.httpd.nfs **基于光盘,安装linux,见文未** anaconda命令行 boot: linux [options] options anaconda配置方式 kickstart文件格式 位置:~/anaconda-ks.