Home > Article > Backend Development > How to use jupyter
How to use jupyter?
First, we open jupyter notebook, wait for a while, it will pop up a web page, and you can start editing on the web page.
Recommendation: "Python Tutorial"
Select NEW on the right in the opened web page. After opening, you can Create a new PYTHON file or a new folder.
#After ticking the folder on the left, you can delete the folder.
After creating a new PYTHON, you can directly write the language in it. Press CTRL and press Enter to execute the language.
Click the name next to the Last Checkpoint at the top to pop up the option to modify the file name and name the language you write in.
#In addition, in running, you can see recently run files, which can be opened from here.
For more programming-related content, please pay attention to the Programming Tutorial column on the php Chinese website!
The above is the detailed content of How to use jupyter. For more information, please follow other related articles on the PHP Chinese website!