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
Since display does not know how to replay already existing child properly (maybe worth reporting this issue to pyscript), we need to do a Element("output").clear() before display
The text was updated successfully, but these errors were encountered:
As Pyscirpt is in active development, the way how
matplotlib
result is handled changes. Need to:display()
to showfig
in Chapter2 exercise 1 and;display(fig, target="output")
for exercise 3(see https://docs.pyscript.net/latest/reference/API/display.html?highlight=display)
Since
display
does not know how to replay already existing child properly (maybe worth reporting this issue to pyscript), we need to do aElement("output").clear()
beforedisplay
The text was updated successfully, but these errors were encountered: