question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No such comm: hv-extension-comm error in cmd prompt

See original GitHub issue

The message ‘[IPKernelApp] WARNING | No such comm: hv-extension-comm’ has started appearing in my cmd prompt when trying to run a certain Jupyter notebook. However, it does not cause errors to appear in my browser console, and it does not stop the panel-based pipeline in the notebook from running correctly through all stages when prompted.

During the running of the same Jupyter notebook, I have started experiencing issues with visualizations using geoviews, so that images of shapefiles that previously appeared normally with the same code now appear blurry, are distorted, and show weird coloration. Therefore, I am making an initial assumption that the issue is related to the hv-extension-comm message that has started appearing in my cmd prompt.

The code that I am using to visualize is as follows near the end of a function:

shape_viz_p1 = gv.Shape.from_shapefile(self.file_param) shape_viz_p2 = datashade(shape_viz_p1, cmap=["blue"], precompute=True)* gvts.EsriImagery return pn.panel(shape_viz_p1)

The file path is valid (and I have tried using multiple shape files). The problem with the image being distorted occurs even in another notebook I am using that was previously producing a “normal” image. Also, the problem occurs regardless of whether or not I impose the overlay with EsriImagery.

No error message is produced in a traceback; the only indications of an issue are the message in the cmd prompt and the distorted image.

Please advise if you need any more info to assist. Thanks!

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:24 (9 by maintainers)

github_iconTop GitHub Comments

4reactions
WilliamBLeonardcommented, Jul 5, 2019

I see that the issue was previously mentioned in the now-closed issue of https://github.com/pyviz/holoviews/issues/3617, but no information is provided about what was done to resolve the issue there beyond the “solution” of placing code into another notebook.

3reactions
jbednarcommented, Jun 20, 2021

Open a PR to fix it and earn $500 🙂

Read more comments on GitHub >

github_iconTop Results From Across the Web

IPKernelApp Error and Warning - Jupyter Community Forum
Thanks. I am running Ubuntu 20.04.4 LTS on Windows WSL2. Jupyterlab version is 3.3.3 and ipython version is 8.2.0.
Read more >
ChangeLog - crash
(k-hagio@ab.jp.nec.com) - Fix for a crash-7.2.6 regression to the "p" command. Without the patch, a gdb pass-through command construct such as: p ((struct ......
Read more >
How to Disable Hyper-V in Windows 10? - ugetfix.com
Question. Issue: How to Disable Hyper-V in Windows 10? Hello all. Do you have any ideas why Windows does not allow me to...
Read more >
Manage Hyper-V Integration Services | Microsoft Learn
For example, Windows Server 2008 R2 guests cannot have the Hyper-V Guest Service Interface. Start and stop an integration service from a Windows...
Read more >
pandas.read_csv FileNotFoundError: File b'\xe2\x80\xaa<etc ...
csv file using the pd.read_csv() function when I get an error despite the file path being correct and using raw strings. import pandas...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found