nipy / niwidgets

Neuroimaging widgets for jupyter notebooks
http://www.nipy.org/niwidgets
Other
84 stars 34 forks source link

"Error displaying widget" for surface plotter in Jupyterlab #47

Open johnmarktaylor91 opened 6 years ago

johnmarktaylor91 commented 6 years ago

Any idea what might be going on? The volume viewer works great.

image
janfreyberg commented 6 years ago

Thanks for raising this - I haven't tested jupyterlab very much so far.

The surface widget uses ipyvolume (confusingly enough!) so you might have to run the following command:

jupyter labextension install ipyvolume

Let me know if this works, and if so I'll update the installation instructions!

johnmarktaylor91 commented 6 years ago

I tried this again and ipyvolume installed, but I'm still getting the same error message.