Magic commands that only Jupyter can use!

#Display the drawn picture directly

%matplotlib inline

#View current directory

%pwd

#View how long the code runs

% timeit

Guess you like

Origin blog.csdn.net/HenryFanQAQ/article/details/109183754