Hello,
I am executing a very simple notebook with only two cells. In the first cell, I'm just defining some variables and printing the result.
The second cell is more complex and it basically grabs those variables, parses a yaml file, and prints the results. I don't see any obvious code errors and can rule that out. I also tried the following:
1. de-attach and re-attach serverless compute
2. clear notebook outputs and re-run
3. create an all purpose cluster and re-run
4. create an entirely new notebook and move my code over
and basically any combination of the above three options. The notebook execution shows as "complete" but the results won't display.