Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 389 Bytes

File metadata and controls

25 lines (16 loc) · 389 Bytes

REPL reload - restart

Reload Venice context

Reload the Venice context without restarting the REPL.

Reloading will remove all loaded modules and global vars created since the start of the REPL. The result is a pristine REPL Venice context.

venice> !reload

Restart

The REPL can be restarted with the command !restart:

venice> !restart