-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Manim cell preview & tidy up entry points #8
Conversation
This reverts commit eb49841.
checkpoint_paste()
)checkpoint_paste()
checkpoint_paste()
When squashing and merging this PR: in the body of the generated message, could you remove all lines up to (including) "Fix spelling mistake"? The first new commit of this branch is "Document all failed attempts to capture terminal output". It's just that GitHub somehow doesn't realize that the prior commits are already included in the base branch. |
Cell execution works as expected. This is an awesome contribution. |
Warning
This PR also includes all changes of #7 as it is a follow-up. #7 must be merged beforehand.
Closes #3.
previewCode()
method.extension.ts
is cleaned up by outsourcing into individual functions with docstrings.Parts of this PR were inspired by #5 by VladimirFokow.
showcase.manim.cell.preview.mp4