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 widget support to Jupyter notebooks #92

Open
zingale opened this issue Sep 21, 2020 · 3 comments
Open

add widget support to Jupyter notebooks #92

zingale opened this issue Sep 21, 2020 · 3 comments

Comments

@zingale
Copy link
Collaborator

zingale commented Sep 21, 2020

We should explore what capabilities widgets could offer when playing with a simulation in a Jupyter notebook.

@zingale
Copy link
Collaborator Author

zingale commented Sep 21, 2020

idea 1: instead plotting in the notebook each step, run the calculation first, and buffer the data (at the plot intervals) and then allow the user to move through the data using an interactive slider

@zingale
Copy link
Collaborator Author

zingale commented Sep 21, 2020

idea 2: instead of printing the whole grid of data into a notebook cell, it would be nice to be able to have a widget that shows a smal region (say 5x5 cells) and can pan through the 2-d array of data so you can explore the numerical values.

@harpolea
Copy link
Collaborator

idea 3: a widget for plotting the diff of two plot files. The plot itself would be interactive, allowing the user to zoom and pan, and there could be dropdowns/sliders for selecting the plotfiles and variable to compare.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants