Skip to content

Commit d73ee57

Browse files
Added TQDM wrapper for showing the proper loading bar within Jupyter Notebooks.
1 parent 50952ef commit d73ee57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node2vec/node2vec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import networkx as nx
66
import gensim
77
from joblib import Parallel, delayed
8-
from tqdm import tqdm
8+
from tqdm.auto import tqdm
99

1010
from .parallel import parallel_generate_walks
1111

0 commit comments

Comments
 (0)