We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 707bc75 commit c40f58fCopy full SHA for c40f58f
tensordiffeq/fit.py
@@ -7,7 +7,7 @@
7
from .output import print_screen
8
import time
9
import os
10
-from tqdm import tqdm, trange
+from tqdm.auto import tqdm, trange
11
from random import random, randint
12
import sys
13
0 commit comments