Should we load the default profile automatically?

Whenever I use AiiDA in a Jupyter notebook, I always start by executing:

from aiida import load_profile

load_profile()

to load the default profile. Is there is a reason why I need to manually load the profile? Why not just load the default profile automatically? (and maybe print a message which one has been loaded)

2 Likes