-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
magic tqdm #443
Copy link
Copy link
Closed
Labels
p3-enhancement 🔥Much new such featureMuch new such featuresubmodule-notebook 📓Much web such IDEMuch web such IDEto-merge ↰ImminentImminent
Description
from isNotebook import isNotebook
from tqdm import *
"""Magic calling needed tqdm depending on environment"""
if isNotebook():
mtqdm=tqdm_notebook
else:
mtqdm=tqdmwhere isNotebook is according to https://stackoverflow.com/questions/15411967/how-can-i-check-if-code-is-executed-in-the-ipython-notebook/39662359#39662359
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
p3-enhancement 🔥Much new such featureMuch new such featuresubmodule-notebook 📓Much web such IDEMuch web such IDEto-merge ↰ImminentImminent