You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Small bug: Line 34 of trimesh/viewer/notebook.py should use os.path.join("templates","viewer.zip") instead of a forward slash, which does not work on the latest JupyterLab Desktop for Windows.
The text was updated successfully, but these errors were encountered:
Small bug: Line 34 of
trimesh/viewer/notebook.py
should useos.path.join("templates","viewer.zip")
instead of a forward slash, which does not work on the latest JupyterLab Desktop for Windows.The text was updated successfully, but these errors were encountered: