mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Updated tqdm to support also notebooks
This commit is contained in:
parent
bf5d587204
commit
1708fbd672
3 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ from IPython.terminal.embed import InteractiveShellEmbed
|
|||
from IPython.core.getipython import get_ipython
|
||||
|
||||
import numpy as np
|
||||
from tqdm import tqdm as ProgressDisplay
|
||||
from tqdm.auto import tqdm as ProgressDisplay
|
||||
|
||||
from manimlib.animation.animation import prepare_animation
|
||||
from manimlib.animation.fading import VFadeInThenOut
|
||||
|
|
|
@ -8,7 +8,7 @@ import sys
|
|||
|
||||
import numpy as np
|
||||
from pydub import AudioSegment
|
||||
from tqdm import tqdm as ProgressDisplay
|
||||
from tqdm.auto import tqdm as ProgressDisplay
|
||||
|
||||
from manimlib.constants import FFMPEG_BIN
|
||||
from manimlib.logger import log
|
||||
|
|
|
@ -8,7 +8,7 @@ import platform
|
|||
from mapbox_earcut import triangulate_float32 as earcut
|
||||
import numpy as np
|
||||
from scipy.spatial.transform import Rotation
|
||||
from tqdm import tqdm as ProgressDisplay
|
||||
from tqdm.auto import tqdm as ProgressDisplay
|
||||
|
||||
from manimlib.constants import DOWN, OUT, RIGHT, UP
|
||||
from manimlib.constants import PI, TAU
|
||||
|
|
Loading…
Add table
Reference in a new issue