Open MaxUdk opened 3 years ago
You no longer have to install the extension explicitly, it is automatically installed when you install the Python package. We've also updated documentation about everywhere (but in some cases the docs have not yet been rebuilt).
I guess, we could actually upload the updated extension to NPM so this at least doesn't error.
It doesn't seem to work with Jupyter 3.0.9 without the extension... I installed with the following command
conda update -c pyviz holoviews bokeh
Then it works with matplotlib
but not with Bokeh (nothing renders...)
by th way, Bokeh, by itself, works:
Here are the installed extensions :
Did I miss something?
===============EDIT========================= Don't know exactly what changed (Probably a mixed between channels (default and conda-forge) when updating some packages?) but now it works... Sorry for the inconvenience!
Dear maintainers, in the referenced issue on plotly, installing pyviz_comms
breaks plotly. Looking at the package.json file in this project, you may have trouble with the shared package @jupyter-widgets/jupyterlab-manager
.
Configuration and implementation inspired from https://github.com/voila-dashboards/voila-gridstack/blob/master/packages/jupyterlab-gridstack/src/widgets/index.ts may be better than the use of require
and the current configuration. I'll try to set up a PR.
@fcollonval If you could look into it that would be incredibly helpful!
Short update here. After investigation, the trouble in plotly was not due to pyviz_comms
.
@philippjfr is there an issue remaining here or can this be closed?
Hey there, nice work sofa. Unfortunately install fails with Jupyterlab 3.0.7 on Mac (Big Sur).
ValueError: The extension "@pyviz/jupyterlab_pyviz" does not yet support the current version of JupyterLab.
Conflicting Dependencies: JupyterLab Extension Package
Regards