I’m sure other people with more experience will show up soon, in the meantime:
At first glance, these demos are very outdated. I can see that it’s still using the old VTK backend of dolfin which was removed in around 2015 due to maintenance issues. This is indicated by the interactive() function.
It’s typically recommended to output data to file for visualisation with more sophisticated packages, e.g: Paraview or Visit.
Since you’re using Jupyter notebooks I’ll assume this isn’t an option, so two options spring to mind:
Use the build in matplotlib support via dolfin.plot.
The excellent vedo package. There are some examples using dolfin in the notebooks directory.
I must say, though, that I’m surprised by your statement that VTK support was removed c.2015. This tutorial, which is linked to on the FEniCS tutorial page, is dated September 2017. If possible, would you (or anyone else here) point me (and other newbies) to a more up-to-date FEniCS tutorial.