[PYTHON] Jupyter study notes_008

You can easily realize a progress bar with python

sample_prb.py


import time
from tqdm import tqdm

#Simply sleep
for _ in range(100):
    time.sleep(0.1) # 0.Sleep 1 second

#View progress
for _ in tqdm(range(100)):
    time.sleep(0.1)

for _ in tqdm(range(50)):
    time.sleep(0.1)

Recommended Posts

Jupyter study notes_006
Jupyter study notes_008
Jupyter study notes_004
Jupyter study notes_001
Python study notes _000
Python study notes_006
Linux study notes
Python study notes _005
Jupyter Study Note_002
Python study notes_001
Jupyter Study Note_003
Jupyter Study Note_007
Jupyter Study Note_005
Jupyter Official DockerHub Notes
New Linux textbook (study notes)
JetBrains_Learning Notes_003
Jupyter begins
Jupyter Tips 4
Jupyter nbextensions
Jupyter Tips 5
Jupyter, numpy, matplotlib notes used in reports
Jupyter Tips 3
SQL notes
Pandas notes
Jupyter Tips 2
Sphinx notes
django notes
ipython + jupyter + plotly (matplotlib) settings & usage notes
Jupyter_Learning Notes_000
Jupyter installation
Jupyter tricks
Django notes