Code
from obj2html import obj2html
from IPython.display import display, HTML
'model.obj', 'model.html')
obj2html(#obj2html('Tafelstube_Final_4_JL_US.obj', 'model.html')
'model.html')) display(HTML(
This page shows a 3D model .obj file using the obj2html Python library found at https://z-uo.medium.com/visualize-3d-model-in-jupyter-notebook-e5a9deca20c6. This converts a .obj file to HTML and then displays the HTML.
This is currently using a 9.9 MB test model object because the dining room 3D model is 148.6 MB and is currently not working with this script.
from obj2html import obj2html
from IPython.display import display, HTML
'model.obj', 'model.html')
obj2html(#obj2html('Tafelstube_Final_4_JL_US.obj', 'model.html')
'model.html')) display(HTML(