Skip to content
New issue

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

Add Jupyter animation option to sc.animate() #598

Open
cliffckerr opened this issue Jul 6, 2024 · 0 comments
Open

Add Jupyter animation option to sc.animate() #598

cliffckerr opened this issue Jul 6, 2024 · 0 comments
Labels
enhancement New feature lowpriority Low priority task

Comments

@cliffckerr
Copy link
Member

Example from agentpy:

def animation_plot():
    animation = ap.animate(animation_plot_single)
    return IPython.display.HTML(animation.to_jshtml(fps=20)) 
@cliffckerr cliffckerr changed the title Add Jupyter animation option to Add Jupyter animation option to sc.animate() Jul 6, 2024
@cliffckerr cliffckerr added enhancement New feature lowpriority Low priority task labels Jul 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature lowpriority Low priority task
Projects
None yet
Development

No branches or pull requests

1 participant