Open3D
                                
                                 Open3D copied to clipboard
                                
                                    Open3D copied to clipboard
                            
                            
                            
                        Add the draw_plotly method and a tutorial notebook
draw_plotly method: visualize 3D models using plotly so that we can directly see models in cloud notebooks.
Thanks for submitting this pull request! The maintainers of this repository would appreciate if you could update the CHANGELOG.md based on your changes.
Check out this pull request on  
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
Reviewed 2 of 4 files at r1, 3 of 3 files at r3, all commit messages. Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @FromBei-JingWithLove and @yxlao)
python/open3d/visualization/draw.pyline 35 at r3 (raw file):import open3d as o3d import numpy as np import plotly.graph_objects as goAre all these import necessary? They don't get used in
draw.py.
No. I added the draw_plotly method in draw.py so I added the imports. I will delete them and make a new commit.