How to import files in jupyter: First start jupyter, click the new button on the right in the web version of jupyter; then click "Text File" in the drop-down menu to create a new text file, and click Python3 to create a new Python file.
The operating environment of this article: Windows 7 system, Jupyter Notebook version, Dell G3 computer.
How to import files into jupyter:
1. Start jupyter
Open the cmd console, and then directly use the jupyter notebook command to start jupyter. At the same time, the web version of jupyter will be opened.
2. Add files in jupyter
In the web version of jupyter, click the new button on the right and click "Text File" in the drop-down menu to create a new text file. Click Python3 to create a new Python file. .
Related video recommendations: PHP video tutorial
The above is the detailed content of How to import files in jupyter. For more information, please follow other related articles on the PHP Chinese website!