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.

IPKernelApp No such comm: hv-extension-comm / Datashader not displaying visual

See original GitHub issue

I believe that since upgrading to 1.12.0 I’m now getting a warning thrown in the terminal running Jupyter notebook

[IPKernelApp] ERROR | No such comm target registered: hv-extension-comm [IPKernelApp] WARNING | No such comm: hv-extension-comm

I noticed this because I’m having another issue when I run the same code referenced in #3582. Prior to 1.12.0 the Datashader portion of the code ran and displayed but the tools did not, something I believe fixed in this update. However now I’ve upgraded the code…

(datashade(bundled, width=400, height=400, normalization='log') * bundled.nodes).opts( opts.Nodes(size=1, color='celeb',width=800, cmap=colors, legend_position='right')) *\ bundled.select(screen_name='REDACTED').opts(opts.Graph(tools=['hover','zoom_in']), opts.Nodes(fill_color='white'))

…completes without error but does not display the visual. The prior code to display the bundled graph does display properly so it appears related specifically to the datashade function.

I wondered if these could be related and how I might resolve the missing comm.

Many thanks,

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:13 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
philippjfrcommented, Sep 23, 2020

I don’t think that’s anything to do with HoloViews. Just that other extensions can also raise the same comm error.

On Wed, 23 Sep 2020, 13:48 Jean-Luc Stevens, notifications@github.com wrote:

@philippjfr https://github.com/philippjfr An interaction between matplotlib minor versions and comms sounds worrying!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/holoviz/holoviews/issues/3617#issuecomment-697311797, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAL2TM5Q46Y2C4WMFQRDUW3SHHOCBANCNFSM4HE3HURQ .

1reaction
stonebigcommented, May 18, 2019

just hit by that in an existing notebook, in notebook mode. the notebook clearing is really not enough… but moving to another notebook, not impacted and coming back seems to remove the problem temporarly… Winpython_checker.ipynb.txt

Read more comments on GitHub >

github_iconTop Results From Across the Web

pyviz/pyviz - Gitter
This chat is for informal discussions and debugging sessions with developers of the HoloViz.org tools (HoloViews, Datashader, Panel, hvPlot, GeoViews, Param, ...
Read more >
SpyderKernelApp WARNING No such comm - Stack Overflow
In Spyder, try going to Preferences -> IPython Console -> Graphics and switch the graphics backend from 'Automatic' to 'Inline'. This resolved ...
Read more >
[IPKernelApp] ERROR | No such comm target registered: glow
when I load the following file, I get the error on the command line window: [IPKernelApp] ERROR | No such comm target registered:...
Read more >
Having lots of warnings "no such comm" - General
Hello, I am using Jupyterhub with a Python 3.8 Kernel in a class I am assisting. Everything seems to work, but in my...
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