run mainm - awesome - video
echo Hello World!
https://docs.manim.community/en/stable/examples.html
docker pull manimcommunity/manim
https://manim-video-generator.sevalla.app/
https://try.manim.community/
https://mybinder.org/
manim documentation
https://docs.devtaoism.com/docs/html/contents/_2_basic_mobjects.html#vmobject-attributes
data race video
from manim import *
config.background_color = RED
config.frame_rate = 25
config.frame_size = [1200,500] # [WIDTH, HEIGHT]
# config.transparent = True
# RENDER AS IMAGE: ----------------
config.format = "png"
config.save_last_frame = True
# config.transparent = True
# REDER AS GIF: -------------------
config.format = "gif"
股票行情
https://efinance.readthedocs.io/en/latest/install.html
https://livingcharts.com/app/edit/pr1ocsyuf0SRGlDssPLs
https://app.flourish.studio/visualisation/24950498/edit
colab : https://colab.research.google.com/github/Isi-dev/Google-Colab_Notebooks/blob/main/Wan2_1_14B_I2V_GGUF_Free.ipynb#scrollTo=wo8w6tKerJMJ
!sudo apt update
!sudo apt install libcairo2-dev ffmpeg \
texlive texlive-latex-extra texlive-fonts-extra \
texlive-latex-recommended texlive-science \
tipa libpango1.0-dev
!pip install manim
!pip install IPython==8.21.0
!sudo apt-get install -y texlive-lang-chinese
from manim import *
INFO