Daniel Grittner
Results
2
comments of
Daniel Grittner
I had the same issue when I tried to plot the mesh. However, I found the following workaround: ``` from IPython.core.display import display, HTML def plot_mesh(v, f): display(HTML(mp.plot(v, f).to_html())) plot_mesh(v,...
@cvs0 Just checking in: do you plan to work on the requested changes any time soon? otherwise I'll take this over