How to install the python compiler

Release: 2019-07-04 17:46:00
Original
7289 people have browsed it

How to install the python compiler

Among various python compilers, jupyter is the best to use. It takes up less memory and can be opened in a browser.

The most important thing is that it can debug multiple pieces of code separately on the same page without interfering with each other.

Next, I will introduce how to install this compiler.

1. First, you need to install Python (this process will not be explained), then open the command prompt,

Enter in the command prompt: pip install jupyter

Click Enter, and the computer will automatically install the jupyter compiler.

There are a lot of things to install, and it is very cumbersome to install it manually.

How to install the python compiler

After the installation is complete, enter: jupyter notebook

in the command prompt and press Enter to open the jupyter compiler.

How to install the python compiler

Note, do not close this command prompt early, otherwise the jupyter compiler will fail.

For more Python related technical articles, please visit thePython Tutorialcolumn to learn!

The above is the detailed content of How to install the python compiler. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!