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.
After the installation is complete, enter: jupyter notebook
in the command prompt and press Enter to open the jupyter 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!