-
Notifications
You must be signed in to change notification settings - Fork 6
🤢 Troubleshooting
Splines edited this page Dec 11, 2024
·
6 revisions
Before opening a new issue:
- Search for related keywords in the issues. Remove the
is:openflag to also search for already closed issues. - Make sure you are really encountering a
Manim Notebookissue. We can't fix issues related toManimitself here.
To analyze your problem, we need a log file from you. Here is how to record one:
- Open the command palette
Ctrl/Cmd + Shift + P
and use the commandManim Notebook: Record Log File. - Then set the log level by searching for
Manim Notebookand selectingTrace. - Now reproduce the issue, e.g. by running a command that causes the problem or previewing a certain Manim cell etc.
- Once you're done, click on the button in the status bar (bottom right) to finish recording. The log file will be opened afterwards in your native file explorer (e.g. Windows explorer, macOS Finder etc.).
- Drag-and-drop the log file into the GitHub issue text field (as a file, i.e. please don't copy-paste its content because this would make the issue hard to read due to its length).