bhargavchippada / forceatlas2

Fastest Gephi's ForceAtlas2 graph layout algorithm implemented for Python and NetworkX
GNU General Public License v3.0
286 stars 80 forks source link

tqdm notebook #31

Closed gaardhus closed 8 months ago

gaardhus commented 4 years ago

Updated with the possibility to use notebook version of tqdm

gaardhus commented 3 years ago

I changed the tqdm display selection from a manual implementation to use tqdm's auto function: from tqdm.auto import tqdm