Go to the documentation of this file. 3 def show(url, height=50):
5 import ipywidgets
as widgets
6 w=widgets.HTML(value=
'<iframe style="width:100%; height:'+str(height)+
'em;border:0" src="'+url+
'"></iframe>')
9 print(
'Jupyter Meshcat visualisation not supported!')