How to disable automatic "Show Walkthrough" when generating docs?

Hi! I haven’t found the way to disable this window from appearing each time I generate a new report and open Expectation Validation Result in it. After some time it gets pretty annoying actually. Please help.

2 Likes

You can set show_how_to_buttons to false in your great_expectations.yaml under data_docs_sites → local_site and it will disable the Show Walkthrough from popping up each time.

3 Likes
data_docs_sites:
  local_site:
    show_how_to_buttons: false
    ...

Still getting the “show walkthrough” when running databrick notebook