Welcome to NumpyViz—a dynamic numpy visualizer!
Throw in some Numpy code and watch your operations come to life!
A few points to keep in mind:
- The custom parser may not pick up on certain tokens and thus throw errors. Try to write the code in as pure numpy as possible. (e.g., no comments, module imports, etc.)
- Please be patient. The Manim render can be slow, it usually takes ~10-20 seconds for ~4-5 operations (depending on the complexity of the data).
- Enjoy exploring and visualizing your Numpy operations!
Special thanks to the Manim Community for their trusty documentation and amazing tool!