jupyter-widgets / tutorial

A tutorial for widgets
BSD 3-Clause "New" or "Revised" License
391 stars 160 forks source link

problem installing jupyter widgets #110

Closed matthewspink closed 4 years ago

matthewspink commented 4 years ago

I have run through most the setup which seems to have worked well however when I get to the below step I get the following error

PS C:\Users\wfm82120\Desktop\scipy\widgets\tutorial-master> jupyter labextension install @jupyter-widgets/jupyterlab-manager @jupyter-widgets/jupyterlab-sidecar bqplot jupyte r-threejs jupyter-leaflet@0.12.6 ipysheet ipytree ipycanvas jupyter-matplotlib jupyter-vuetify ipyvolume Unrecognized token in source text. At line:1 char:30

any suggestions would be greatly appreciated

martinRenou commented 4 years ago

Thanks for opening an issue, it seems to be a PowerShell parsing issue, what if you run:

jupyter labextension install "@jupyter-widgets/jupyterlab-manager" "@jupyter-widgets/jupyterlab-sidecar" bqplot jupyter-threejs "jupyter-leaflet@0.12.6" ipysheet ipytree ipycanvas jupyter-matplotlib jupyter-vuetify ipyvolume
matthewspink commented 4 years ago

That worked, thanks very much for your help