We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enter code like so:
# %% import itertools import time from IPython.display import Markdown # %% dh = display(display_id=True) # %% display(Markdown('# Display Update Fun')) dh.display(Markdown('')) # %% for i in itertools.cycle(range(0x1F600, 0x1F650)): dh.update(Markdown(f'## &#{i}; {hex(i)}')) time.sleep(0.5)
This should cause the second and 3rd cell to update as the timer fires. What actually happens is nothing.
This is a requirement for some of the IPyWidgets to work
The text was updated successfully, but these errors were encountered:
Validated.
Sorry, something went wrong.
rchiodo
No branches or pull requests
Enter code like so:
This should cause the second and 3rd cell to update as the timer fires. What actually happens is nothing.
This is a requirement for some of the IPyWidgets to work
The text was updated successfully, but these errors were encountered: