Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Introduction to the characteristics, installation and use of Python tool Jupyter Notebook

2025-01-20 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly explains "the introduction of the characteristics and installation and use of Python tool Jupyter Notebook". Interested friends may wish to have a look. The method introduced in this paper is simple, fast and practical. Next let the editor to take you to learn the "Python tool Jupyter Notebook features and installation of the use of it!"

What is Jupyter Notebook?

Jupyter Notebook is a program that opens in the form of a web page, in which the code can be written and run directly, and the running result of the code will be displayed directly under the code block. If you need to write an instruction document in the programming process, you can write it directly on the same page for timely explanation and explanation.

Characteristics of Jupyter Notebook

It has the functions of syntax highlighting, indentation and tab completion when programming.

You can run the code directly through the browser and display the results below the code block.

The calculation results are presented in multimedia format. Multimedia formats include: HTML,LaTeX,PNG,SVG, etc.

Markdown syntax is supported when writing instructions or statements for code.

Support for writing mathematical descriptions using LaTeX.

Jupyter Notebook official documentation

Participate in the official documentation https://jupyter-notebook.readthedocs.io/en/stable/notebook.htmlJupyter Notebook installation method

If you are a rookie, then it is recommended that you install Anaconda to solve the Jupyter Notebook installation problem, because Anaconda has automatically installed Jupter Notebook and other tools for you, as well as more than 180 science packages and their dependencies in python, which is very easy to use.

Generally speaking, Jupyter Notebook is installed automatically for you when you install the Anaconda distribution, but if it is not installed automatically, enter the following command in the terminal ("terminal" of Linux or macOS, "Anaconda Prompt" of Windows, hereinafter referred to as "terminal"):

Conda install jupyter notebookJupyter Notebook start

Click on the red part of the picture below to start, convenient and fast!

Jupyter Notebook main page

The top three tabs are: Files (file), Running (running), and Cluster (cluster).

Files (files) displays all files and folders in the current notebook working folder.

Clicking the Running tab lists all running notebook. You can manage these notebook in this tab.

Clusters is not usually used. Because in the past, multiple cores for parallel computing were created in Clusters (clusters). Now, the job has been taken over by ipyparallel.

Jupyter Notebook writes code

Next, sub-module operation, support sub-module running code, the effect is very good, welcome to install the tutorial to use!

At this point, I believe you have a deeper understanding of the "introduction of the characteristics and installation and use of the Python tool Jupyter Notebook". You might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report