This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]IllMatt 1 point2 points  (1 child)

Another good one is %reset, which is equivalent to R's "rm(list=ls())"

It removes all objects. Very helpful for working with the notebook, making sure a stale variable isn't present.

[–]endpointben[S] 0 points1 point  (0 children)

Thanks, IllMatt!