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

Unable to plot point cloud only meshes #210

Closed
GMNetto opened this issue Aug 1, 2018 · 3 comments
Closed

Unable to plot point cloud only meshes #210

GMNetto opened this issue Aug 1, 2018 · 3 comments
Labels

Comments

@GMNetto
Copy link

GMNetto commented Aug 1, 2018

Hi,

I am following the example [scalar_fields] normals on windows with jupyter. I am able to see the plot for

anky.plot(mesh=True, backend="threejs")

However, for anky.plot, I get

Renderer(camera=PerspectiveCamera(aspect=1.6, fov=90.0, position=(0.015119519084692001, 2.41709041595459, 7.66…

HBox(children=(Label(value='Point size:'), FloatSlider(value=0.36411228179931643, max=3.641122817993164, step=…

I assume the plot is not being displayed, even though it was created.

@asbe
Copy link

asbe commented Sep 14, 2018

Hi, seems the bug is because @jupyter-widgets/jupyterlab-manager extension is not installed.

Tested the following under jupyterlab running on remote notebook server, fixes the issue:
jupyter labextension install @jupyter-widgets/jupyterlab-manager

See jupyter-widgets/pythreejs#206

@Mitko88
Copy link

Mitko88 commented Oct 16, 2018

Thank you asbe!

Considering the link I also needed to do this:

jupyter lab clean
jupyter lab build

@daavoo
Copy link
Owner

daavoo commented Jan 13, 2019

Thanks @GMNetto for reporting andThanks @asbe and @Mitko88 for helping with this! Closing this @GMNetto feel free to reopen if the issue persists

@daavoo daavoo closed this as completed Jan 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants