Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
1 year ago

Notebook shows 'In Progress' in Monitor App even after it has returned with an error?

I've noticed that if I run a pyspark notebook with just the following code:    myVal = 1/0   And execute the notebook, the notebook will return very quickly with   ZeroDivisionErro...