jupyter lab and bqplot

447 views
Skip to first unread message

Daniel Grafström

unread,
Nov 1, 2017, 2:44:02 PM11/1/17
to Project Jupyter
Hello.
I just made a fresh install on anaconda 5.01 and installed jupyterlab (usng conda) and also installed bqplot
When trying to make a plot or show a slider-widget I only get the message "A Jupyter Widget". No graphics is shown.
Have I missed something that needs to be installed?
Auto Generated Inline Image 1

Jason Grout

unread,
Nov 1, 2017, 2:57:08 PM11/1/17
to jup...@googlegroups.com

You'll need to install the jupyterlab widgets extension:
jupyter labextension install @jupyter-widgets/jupyterlab-manager

and you'll need to install the jlab bqplot extension:

jupyter labextension install bqplot-jupyterlab


What version of JupyterLab do you have? You *may* need to specify specific versions of the extensions above depending on the version number.

Thanks,

Jason


--
You received this message because you are subscribed to the Google Groups "Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jupyter+u...@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/ca0657d7-a725-4ee3-89a4-b8f27b0f2817%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Daniel Grafström

unread,
Nov 1, 2017, 5:31:15 PM11/1/17
to Project Jupyter
Thanks!
Now the slider widget works after your suggestions. But I'm still having problem with the bqplot, the error have changed to "Error displaying widget".
jupyterlab: 0.28.12,
bqplot: 0.10.0
node:  8.9.0
npm: 5.5.1

I installed the bqplot using conda-forge but tried this command anyway
jupyter nbextension enable --py --sys-prefix bqplot
and it says OK

I'm out of ideas again.

/D
Reply all
Reply to author
Forward
0 new messages