You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when user sets a completer policy override and then changes evaluation mode to one which does not support given override, they get a warning each time they use a completer.
%configIPCompleter.evaluation='limited'%configIPCompleter.policy_overrides= {'allowed_getattr_external': []}
%configIPCompleter.evaluation='unsafe'# see warnings from now on Tab
Instead, the warning should be displayed only once, ideally when changing the evaluation policy.