I don't quite understand machine learning.

from PIL import Image, ImageFont, ImageDraw
im = Image.open (". / realcap/captcha (4) .gif")
% matplotlib inline

the matlotlib liline
behind the% here is now like machine learning a lot of expressions I don"t quite understand, I don"t know what it means? What does it mean to ask for help
?

Mar.14,2021

have you learned to adopt the answer?


this sentence is a magic instruction
% begins with a line instruction
% starts with a unit instruction

The function of

% matplotlib inline is to embed the picture to display in the interactive window, otherwise a window will pop up

you can see by typing% magic by yourself

Menu