Automatically use Notebook tqdm when relevant

#4
by tomaarsen HF staff - opened
Files changed (1) hide show
  1. few-nerd.py +1 -1
few-nerd.py CHANGED
@@ -1,7 +1,7 @@
1
  import os
2
  import json
3
  import datasets
4
- from tqdm import tqdm
5
 
6
 
7
  _CITATION = """
 
1
  import os
2
  import json
3
  import datasets
4
+ from tqdm.autonotebook import tqdm
5
 
6
 
7
  _CITATION = """