The imports in under "Setup Imports" in the DataAnalyzer Notebook are incorrect / outdated. Currently the DataAnalyzer import in the notebook is:
from monai.apps.auto3dseg import DataAnalyzer
but I believe the correct import is (at least for me, running monai==1.0.1) is:
from monai.apps.auto3dseg.data_analyzer import DataAnalyzer