Hide "disconnected" icon for jupyter-widget #463
Unanswered
wang-yinan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any way of hiding the "disconnected" icon for widgets when there is no python kernel?
I have a couple of interactive displays that are showing the icon like so:
The first is an
ipyleaflet
map that doesn't expect any user input (apart from panning, zooming etc) and the second is a progress bar generated bytqdm.notebook
.I see that the icon itself is just some css styling, is there an option to just disable it?
Beta Was this translation helpful? Give feedback.
All reactions