refer to code.
...
from IPython.display import display
cnt=0
dh = display('Test2',display_id=True)
while True:
cnt += 1
dh.update(f'cnt:{cnt}') #print cnt and update
if cnt>100:
break
...
Thank you.
www.marearts.com
๐๐ป♂️
refer to code.
...
...
Thank you.
www.marearts.com
๐๐ป♂️
No comments:
Post a Comment