当前位置:网站首页>How to use Jupiter notebook
How to use Jupiter notebook
2022-07-03 08:49:00 【Thebluewinds】
How to use Jupyter notebook
How to install Jupyter notebook
Download and install directly Anaconda, The software will come with it Jupyter notebook, After installation, configure the environment and run it in the required environment notebook. Or enter the command line and enter jupyter notebook. After opening ,jupyter Will automatically open the default browser . Or after starting the program , Manual input http://localhost:8888/.
New projects
To create a new project , Click New , choose python3. After writing the program , You can press the shortcut Shift-Enter Execute statement .
After establishing the project , The program will automatically save every two minutes , Create a suffix named .ipynb The file of . This file can automatically contain the file format , Contains all the contents in the current notebook .

边栏推荐
- Query XML documents with XPath
- [concurrent programming] thread foundation and sharing between threads
- Campus lost and found platform based on SSM, source code, database script, project import and operation video tutorial, Thesis Writing Tutorial
- DOM 渲染系统(render mount patch)响应式系统
- Solution of 300ms delay of mobile phone
- MySQL containerization (1) docker installation MySQL
- PHP uses foreach to get a value in a two-dimensional associative array (with instances)
- Try to reprint an article about CSDN reprint
- Transmit pictures with Base64 encoding
- 【Rust 笔记】13-迭代器(上)
猜你喜欢

22-06-28 Xi'an redis (02) persistence mechanism, entry, transaction control, master-slave replication mechanism

Introduction to hexadecimal coding

Es8 async and await learning notes

XPath实现XML文档的查询

First Servlet

Log4j2 vulnerability recurrence and analysis

Creation of osgearth earth files to the earth ------ osgearth rendering engine series (1)

Constraintlayout's constraintset dynamically modifies constraints

请求参数的发送和接收

Notes and bugs generated during the use of h:i:s and y-m-d
随机推荐
ES6 promise learning notes
Life cycle of Servlet
Graphics_ Learnopongl learning notes
[concurrent programming] working mechanism and type of thread pool
Phpstudy 80 port occupied W10 system
Introduction to hexadecimal coding
[rust notes] 09- special types and generics
Campus lost and found platform based on SSM, source code, database script, project import and operation video tutorial, Thesis Writing Tutorial
Unity multi open script
【Rust笔记】05-错误处理
Annotations simplify configuration and loading at startup
producer consumer problem
Unity learning notes
基于SSM的校园失物招领平台,源码,数据库脚本,项目导入运行视频教程,论文撰写教程
【Rust笔记】02-所有权
Unity editor expansion - scrolling list
22-06-27 西安 redis(01) 安装redis、redis5种常见数据类型的命令
Drawing maze EasyX library with recursive backtracking method
Location of package cache downloaded by unity packagemanager
[concurrent programming] thread foundation and sharing between threads