Coder Social home page Coder Social logo

pythonproject's People

Watchers

 avatar

pythonproject's Issues

一、anaconda安装

1、上官网下载python 3.7版本
https://www.anaconda.com/distribution/

2、配置anaconda

3、Jupyter 打开E磁盘
Jupyter默认是打开系统磁盘(c盘),要想打开E盘,则需要进入‘命令提示符’,进入E盘之后,输入命令 jupyter notebook 即可,如下图所示操作:
image

二、jupyter常用命令

1、再application中打开Anaconda Navigator程序,启动jupyter程序,是一个网页形式的界面。

image

2、jupyter常用命令
shift + enter :执行当前cell并自动跳到下一个cell
ctr+enter:执行当前cell,不会跳到下一个cell
alter+enter:会在下方生成一个cell,并不执行当前cell

快捷键:(均在cell被选中状态下可以操作)
B:向下添加1个cell
D:删除当前选中cell
A:向上添加一个cell
M:将选中的cell变成Markdown模式,可以编辑文档;

3、jupyter提供的高级魔法命令
%run + 外面脚本(路径,可以写相对路径),可以用来执行外部脚本命令

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.