Quick actions

cmd+k|ctrl+k

Navigation

Languages

run mainm - awesome - video

Snippet info

Language

Bash

Visibility

public

Author

awesome2023

Created

2025-09-03T14:27:33.817612Z

Updated

2025-11-03T05:17:22.511888Z

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