holoviz / pyviz_comms

Bidirectional communication for the HoloViz ecosystem
BSD 3-Clause "New" or "Revised" License
32 stars 16 forks source link

Support JupyterLab 3 #71

Closed dclong closed 3 years ago

dclong commented 3 years ago

Is your feature request related to a problem? Please describe.

JupyterLab 3 is out. It would be great if pyviz_comms can be updated to be compatible with JupyterLab 3.

Describe the solution you'd like

Update pyviz_comms to be compatible with JupyterLab 3.

Describe alternatives you've considered

Additional context

philippjfr commented 3 years ago

Yes, will try to work on it next week.

philippjfr commented 3 years ago

Just released pyviz_comms 2.0 which automatically bundles the JupyterLab extension. Simply upgrade with pip install pyviz_comms --upgrade or conda install -c pyviz pyviz_comms. jupyter labextension install ... is no longer needed.

iwansetwan commented 2 years ago

I tried conda install -c pyviz pyviz_comms but I got this problem below

Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve.

Do you know how to fix it?

jbednar commented 2 years ago

Usually in that case it's a good idea to select the parts of your current environment that you still need (which conda cannot know) and make a new environment with just those. The message indicates that conda is having trouble finding a single environment that adds that new package but properly preserves all your older packages already installed. Sometimes with enough searching it will find such a configuration, sometimes it won't.