Hello
By running the course Process data from Event Hubs with structured streaming, I was asked to execute the notebook 3.Streaming-With-Event-Hubs-Demo.
During this notebook, we need to run the following command

Unfortunately, for me this command fails with the error name 'userhome' is not defined.
After some digging, I found that the notebook really missed the initialisation for this variable.
by looking through the other included notebooks, I found that the User-Name notebook contained this initialisation.
As a workaround (I don't know if this is the best solution) I came to modify the notebook Streaming-Demo-Setup like this :

I was surprised by this kind of error, but it worked for me ...
Please tell me if anything is not clear
Hello
By running the course Process data from Event Hubs with structured streaming, I was asked to execute the notebook 3.Streaming-With-Event-Hubs-Demo.
During this notebook, we need to run the following command
Unfortunately, for me this command fails with the error
name 'userhome' is not defined.After some digging, I found that the notebook really missed the initialisation for this variable.
by looking through the other included notebooks, I found that the User-Name notebook contained this initialisation.
As a workaround (I don't know if this is the best solution) I came to modify the notebook Streaming-Demo-Setup like this :
I was surprised by this kind of error, but it worked for me ...
Please tell me if anything is not clear