当前位置:网站首页>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 .

边栏推荐
猜你喜欢

Unity editor expansion - draw lines

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

Campus lost and found platform based on SSM, source code, database script, project import and operation video tutorial, Thesis Writing Tutorial

单调栈-503. 下一个更大元素 II

Cloudcompare learning (1) - cloudcompare compilation and common plug-in implementation

Explain sizeof, strlen, pointer, array and other combination questions in detail

数据库原理期末复习

第一个Servlet

Annotations simplify configuration and loading at startup
![[rust notes] 02 ownership](/img/f7/74f8ea3bd697957f9ebfa3e1513fda.png)
[rust notes] 02 ownership
随机推荐
数据库原理期末复习
Apache startup failed phpstudy Apache startup failed
单调栈-42. 接雨水
Unity editor expansion - window, sub window, menu, right-click menu (context menu)
【Rust 笔记】10-操作符重载
[redis] redis persistent RDB vs AOF (source code)
Dom4j traverses and updates XML
Introduction to hexadecimal coding
22-05-26 西安 面试题(01)准备
[concurrent programming] consistency hash
Development experience and experience
ES6 promise learning notes
Osgconv tool usage
Monotonic stack -84 The largest rectangle in the histogram
[MySQL] MySQL Performance Optimization Practice: introduction of database lock and index search principle
Osgearth target selection
[rust notes] 06 package and module
Visual Studio (VS) shortcut keys
Phpstudy 80 port occupied W10 system
Unity Editor Extension - event handling