Learn now:https://edu.csdn.net/course/play/29968/ 432169?utm_source=blogtoedu
Features of Jupyter Notebook compared to general IDEs:
– Each In cell is independent of each other (no need to run it again from the beginning, or comment out the above code);
– It is allowed to execute the In cell in the wrong order (but not recommended, it is easy to cause confusion);
– If it is not saved in time, the code will be lost after closing the browser page (save with ctrl+s at any time).
Stop service: Press ctrl+c in CMD to ask if you want to close the Jupyter Notebook server, select y to exit.
Run the saved ipynb file: re-run Jupyter Notebook in CMD, find the file, or choose upload.