WOLFRAM

List all initializations and optionally remove them.

For a Specific Symbol...

Find all initializations for $GeoLocation:

In[1]:=1
Out[1]=1

Extract the list of initialization objects:

In[2]:=2
Out[2]=2

Optionally delete them, removing the initializations:

In[3]:=3

In a Specific Persistence Location...

Find all initializations in the "Cloud" persistence location:

In[4]:=4
Out[4]=4

Extract the list of initialization objects:

In[5]:=5
Out[5]=5

Optionally delete them, removing the initializations:

In[6]:=6

Find All Editable Initializations...

Find all initializations anywhere on the complete list of editable persistence locations:

In[7]:=7
Out[7]=7

Extract the list of initialization objects:

In[8]:=8
Out[8]=8

Optionally delete them, removing the initializations:

In[9]:=9
  • Initializations in some locations may not be modifiable by most users. Initializations in the "LocalShared" location are not normally writable by non-administrative users. Default initializations in the "Installation" location cannot be removed.