Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Empty render scene in jupyter notebook #297

Open
P-Light opened this issue Dec 8, 2020 · 2 comments
Open

Empty render scene in jupyter notebook #297

P-Light opened this issue Dec 8, 2020 · 2 comments

Comments

@P-Light
Copy link

P-Light commented Dec 8, 2020

Describe the bug
In notebook:

data = PyntCloud.from_file(ply_path)
raw_cloud = data.plot(return_scene = True, backend="pythreejs")

It returns render scene filled with selected color (black is default).

Jupyter logs:

[W 16:07:57.148 NotebookApp] 404 GET /static/notebook/js/main.min.js.map (93.92.200.162) 2.42ms referer=None

In browser console:

Error: request failed with status 404
URL: http://server:port/static/notebook/js/main.min.js?v=68936091b7b2dafbb368b29294028b02

With backend="threejs" same problem, but no render scene is shown.

Expected behavior
Render scene with colored point cloud.

Screenshots
image

Desktop (please complete the following information):

  • OS: client: Windows 10 , jupyter on Ubuntu 18.04
  • Browser (if necessary) [chrome, firefox]
  • Version (master branch commit)
@ThorJonsson
Copy link

I think I have the same issue.

@letatanu
Copy link

I also have the same problem. It was working well until I set up another environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants