Skip to content

Getting rid of indentations for manim im jupyter #1707

Closed
@kolibril13

Description

@kolibril13

It would be great to have something like this in Jupyter:

scn = Scene()
dORIGIN= Dot(color= BLUE,radius=0.5)
d= Dot(color= YELLOW, radius=0.5)
d.shift(2*RIGHT)
scn.add(d)
scn.render()

Similar to how Matplotlib plots are rendered.
This is how it could look then compared to the current way (not yet working):
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    SuggestionRequesting a feature or change for Manimneeds discussionThings which needs to be discussed before implemented.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions