So I tried using the function
InteractiveSession.close()
If I do it says:
TypeError: close() missing 1 required positional argument: 'self'
But when I do
InteractiveSession.close(self)
It gives me the Error
NameError: name 'self' is not defined
I don't know what to do can anyone help? Thanks in Advance!!!!
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…