Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit bca6997

Browse files
Update connector.py
1 parent 9306ed7 commit bca6997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelpandas/connector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from labelbase import Client as baseClient
22
from labelbox import Client
33
import pandas
4-
from tqdm import tqdm
4+
from tqdm import tqdm_notebook as tqdm
55
from concurrent.futures import ThreadPoolExecutor, as_completed
66

77
def create_upload_dict(df:pandas.core.frame.DataFrame, lb_client:Client, base_client:baseClient, row_data_col:str,

0 commit comments

Comments
 (0)