Code Class not work
Open
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.