When rendering visualizations using show() in databricks I am only able to render 1 visualization at a time. All subsequent attempts display this error:
Uncaught TypeError: Cannot read property 'RenderApp' of undefined
Can we worked around by restarting python using following command:
dbutils.library.restartPython()
and rerunning notebook with a different visualization. But essentially after the first visualization renders all others fail.