3b1b / 3b1b/manim

Code Class not work

Open
#2,355 1 comment 0 reactions 0 assignees View on GitHub
bug
Dominant language
Python
Stars
93.8k
Forks
7.7k
PR merge metrics
PR metrics pending

Description

### Describe the bug
the Code Class not work. just raise Exception.

class DemoScene(Scene):

def construct(self):

c = Code('sorted(iterable, key=None, reverse=False)')
self.play(FadeIn(c))

self.wait()

**Wrong display or Error traceback**:

### Additional context

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.