I have a session initialization code that downloads the Notation package for each session. This goes back to the notation palette. Any idea how to prevent this, or add code to get rid of it automatically?
OK, belisarius advice solves it, I need to import the Notation package as follows
Notation`AutoLoadNotationPalette = False;
Needs["Notation`"];
source
share