I have some session initialization code that loads “Notation” package for each session. This brings up Notation Palette. Any idea how to prevent it, or add code to get rid of it automatically?
OK, belisarius tip solves it, I need to import Notation package as follows
Notation`AutoLoadNotationPalette = False;
Needs["Notation`"];
From Notation.m
HTH!