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

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -