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

Ensure PyViz global is instantiated correctly #36

Merged
merged 3 commits into from
May 7, 2019
Merged

Conversation

philippjfr
Copy link
Member

It seems in certain versions of JLab there is a race condition where the extension is not necessarily loaded by the time the first output is received. In this case the PyViz global object is not initialized correctly (because it was assumed that condition would only happen in exported notebooks), this PR ensures that it is fully populated ensuring that the race condition has no actual effect.

package.json Show resolved Hide resolved
@philippjfr philippjfr merged commit d701fba into master May 7, 2019
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 this pull request may close these issues.

2 participants