Show progress bar in jupyter notebook

1
2
3
4
5
6
from tqdm import tqdm

for i in range(range(10), ncols=10):
"""
Your code here.
"""

ncols will determine the length of process bar.