Skip to content

Commit 7498869

Browse files
authored
Merge pull request #49 from LucaCappelletti94/patch-1
Added TQDM wrapper for showing the proper loading bar within Jupyter Notebooks
2 parents eb30a74 + d73ee57 commit 7498869

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
@@ -6,7 +6,7 @@
66
import networkx as nx
77
import gensim
88
from joblib import Parallel, delayed
9-
from tqdm import tqdm
9+
from tqdm.auto import tqdm
1010

1111
from .parallel import parallel_generate_walks
1212

0 commit comments

Comments
 (0)