You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I'm trying to use ipycanvas with PyCharm, and while it works perfectly in my local jupyter installation, I can't get the same code to display anything in PyCharm.
PyCharm return the error: This notebook contains widget which is not supported by Intellij.
My sample code is:
from ipycanvas import Canvas canvas = Canvas(width=200, height=200) display(canvas)
There is something to setup in ipcanvas so it can work in PyCharm?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I'm trying to use ipycanvas with PyCharm, and while it works perfectly in my local jupyter installation, I can't get the same code to display anything in PyCharm.
PyCharm return the error:
This notebook contains widget which is not supported by Intellij.
My sample code is:
There is something to setup in ipcanvas so it can work in PyCharm?
Thanks in advice!
Beta Was this translation helpful? Give feedback.
All reactions