Skip to content

Commit

Permalink
Merge pull request #49 from LucaCappelletti94/patch-1
Browse files Browse the repository at this point in the history
Added TQDM wrapper for showing the proper loading bar within Jupyter Notebooks
  • Loading branch information
eliorc authored Nov 28, 2020
2 parents eb30a74 + d73ee57 commit 7498869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node2vec/node2vec.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import networkx as nx
import gensim
from joblib import Parallel, delayed
from tqdm import tqdm
from tqdm.auto import tqdm

from .parallel import parallel_generate_walks

Expand Down

0 comments on commit 7498869

Please sign in to comment.