jupyter-widgets / jupyterlab-sidecar

A sidecar output widget for JupyterLab
BSD 3-Clause "New" or "Revised" License
247 stars 39 forks source link

no sidecar appears #13

Closed doutriaux1 closed 5 years ago

doutriaux1 commented 5 years ago

I installed jupyterlab via conda followed instructions in README no matter what I do no sidecar appear, dissplay renders right bellow the cell Any idea what is going on?

doutriaux1 commented 5 years ago

you actually need to install the manager:

jupyter labextension install @jupyter-widgets/jupyterlab-manager
doutriaux1 commented 5 years ago

It should be added to the README

jtpio commented 5 years ago

Added to the README in #14

trbedwards commented 1 year ago

I have this problem in jupyterlab 3.2.9. Upon running jupyter labextension list I see that jupyterlab-manager v3.0.1 and jupyterlab-sidecar v0.6.1 are installed.

trbedwards commented 1 year ago

Nevermind, it works now, perhaps I just needed to restart my jupyterlab server!