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

Multiple NXPD vizs in a single cell #21

Open
sahil1105 opened this issue Mar 10, 2019 · 2 comments
Open

Multiple NXPD vizs in a single cell #21

sahil1105 opened this issue Mar 10, 2019 · 2 comments
Assignees

Comments

@sahil1105
Copy link
Collaborator

Currently can't loop over the nxpd visualizations to display them. Maybe do something like the 3COL notebook but built-in.

@sahil1105
Copy link
Collaborator Author

Or wrap the the viz in a matplotlib figure and then return.

@sahil1105
Copy link
Collaborator Author

Might be doable with just this:
[1] t=[draw(pws_vizs[i]) for i in pws_vizs.keys()]
[2] display(*t)
This shows them all in one cell output, however not in a grid as may be desirable.

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

No branches or pull requests

1 participant