Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Meetup outreach re-run with different topic #59

Closed
parente opened this issue Oct 27, 2015 · 5 comments
Closed

Meetup outreach re-run with different topic #59

parente opened this issue Oct 27, 2015 · 5 comments
Labels

Comments

@parente
Copy link
Member

parente commented Oct 27, 2015

Run it once top to bottom. Then go back and change the topic of interest variable. Then run it again.

screen shot 2015-10-27 at 9 20 11 am

@parente parente added the bug label Oct 27, 2015
@lbustelo
Copy link
Contributor

Looks like that notebook has a cell that is defining a polymer element. You will always run into that problem unless you protect that cell from multiple executions.

One idea is to store the return of the Polymer() call to a global and test around it.

@dalogsdon
Copy link
Contributor

When we can bundle external files with deployed dashboards (#11) we can define the Polymer element in a separate file. This will also be beneficial for reducing code in the demo notebook.

@parente
Copy link
Member Author

parente commented Oct 27, 2015

For now, do the quick fix: make it global and check if already defined.

@Lull3rSkat3r
Copy link
Member

Added PR #65 to fix this.

@parente parente closed this as completed Oct 28, 2015
@parente
Copy link
Member Author

parente commented Oct 28, 2015

Will open an enhancement for later about migrating the widget out of the notebook to test @nitind's association work.

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

No branches or pull requests

4 participants