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

Use case: place a fresh canvas in the currently-executing Jupyter notebook cell. #95

Open
danielballan opened this issue Jan 22, 2021 · 0 comments · May be fixed by #103
Open

Use case: place a fresh canvas in the currently-executing Jupyter notebook cell. #95

danielballan opened this issue Jan 22, 2021 · 0 comments · May be fixed by #103

Comments

@danielballan
Copy link
Member

At FMX, they measuring rocking curves in a Jupyter notebook and refer back to the notebook as a logbook of what was done. They do not want any over-plotting. They want something like the user experience of %matplotlib inline, but with a live-updating plot during acquisition. It also wouldn't hurt to retain interactivity (i.e. pan and zoon) after the scan, but this is not essential.

To address this, would could have a JupyterFigures variant that places each new figure in the currently-executing cell (by calling display(...) rather than adding a tab to an exiting widget. I am not 100% sure this is technically feasible, so we'll need to try it.

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

Successfully merging a pull request may close this issue.

1 participant