Reset[]

✅ Works in Interactive Notebook

Category: Logic.

Reset program state to a blank initialization.

Syntax

Reset[]

Examples

The following example loads an image, detects solar panels, then clears the program state.

Load["./photo.jpg"]
Detect["solar panel"]
Reset[]

See Also

Made with ❤️ by capjamesg