unable to get python -tt script.py to work to diagnose AttributeError -


i getting attributeerror when trying call class in python. saw excellent post on diagnosing it:

python attributeerror: object has no attribute.

however when enter diagnostic command suggested in post following command

python -tt script.py  

into cell jupyter notebook returns:

syntaxerror: invalid syntax

can tell me how modify command works in jupyter notebook , returns doing wrong?


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

Command prompt result in label. Python 2.7 -