daavoo / daavoo/pyntcloud

Empty render scene in jupyter notebook

Open
#297 2 comments 0 reactions 0 assignees View on GitHub
Bug External
Dominant language
Python
Stars
1.5k
Forks
229
PR merge metrics
No merged PRs in 30d

Description

**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](https://user-images.githubusercontent.com/23196111/101510230-b92df900-398a-11eb-884c-48bea83d14e3.png)

**Desktop (please complete the following information):**
- OS: client: Windows 10 , jupyter on Ubuntu 18.04
- Browser (if necessary) [chrome, firefox]
- Version (master branch commit)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.