in jupyter notebook, I can do
%time print 'hello world'
and it will print out wall time etc.
But I cannot do the same in Visual studio 2019, I am using python 3.8, it complains syntax error
ipython is there
Any idea?
in jupyter notebook, I can do
%time print 'hello world'
and it will print out wall time etc.
But I cannot do the same in Visual studio 2019, I am using python 3.8, it complains syntax error
ipython is there
Any idea?