Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Docs say jupyter visualization available in version 0.4.0, but not installed with latest version 0.18.0 #6979

Open
3 tasks done
ljmartin opened this issue Sep 20, 2024 · 0 comments
Labels

Comments

@ljmartin
Copy link

ljmartin commented Sep 20, 2024

Checklist

My Question

Hi all,
I'd like to use the JVisualizer for Jupyter Notebooks. The documentation at https://www.open3d.org/docs/latest/tutorial/Basic/jupyter.html says:

Since version 0.4.0, we added experimental support for Jupyter visualization with WebGL. If Open3D is installed from PyPI or Conda, Jupyter support is enabled by default.

and I've installed the latest version, 0.18,0 via pip as advised by the widget on https://www.open3d.org/.

Indeed this function isn't importable:

from open3d.j_visualizer import JVisualizer

giving:

ModuleNotFoundError: No module named 'open3d.j_visualizer'

A previous issue says this works:

from open3d.j_visualizer import JVisualizer

but that's the same ModuleNotFoundError. That same issue links to a notebook in the open3d repo: https://github.com/isl-org/Open3D/blob/main/docs/jupyter/visualization/jupyter_visualization.ipynb

from open3d.web_visualizer import draw

but trying that gives a runtime error, suggesting the jupyter part wasn't isntalled with pip:

RuntimeError: Open3D WebVisualizer Jupyter extension is not available. To use WebVisualizer, build Open3D with -DBUILD_JUPYTER_EXTENSION=ON.

does this require a manual build?

@ljmartin ljmartin changed the title Docs say jupyter visualization available in version 0.4.0, but install shows latest version 0.18.0 Docs say jupyter visualization available in version 0.4.0, but not installed with latest version 0.18.0 Sep 20, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant