Skip to content

Commit

Permalink
Added TQDM wrapper for showing the proper loading bar within Jupyter …
Browse files Browse the repository at this point in the history
…Notebooks.
  • Loading branch information
LucaCappelletti94 authored Oct 5, 2020
1 parent 50952ef commit d73ee57
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 @@ -5,7 +5,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 d73ee57

Please sign in to comment.