Skip to content

Update viz.py#187

Open
buzzCraft wants to merge 1 commit intomapbox:masterfrom
buzzCraft:master
Open

Update viz.py#187
buzzCraft wants to merge 1 commit intomapbox:masterfrom
buzzCraft:master

Conversation

@buzzCraft
Copy link

In response to #168
To avoid the error :
UserWarning: Consider using IPython.display.IFrame instead
warnings.warn("Consider using IPython.display.IFrame instead")
you can now call:
viz.show(True)
to show a jupyter notebook iframe instead of HTML. Default value set to false to provide full backwards combability.

To avoid the error :
UserWarning: Consider using IPython.display.IFrame instead
  warnings.warn("Consider using IPython.display.IFrame instead")
you can now call:
viz.show(True)
to show a jupyter notebook iframe instead of HTML. Default value set to false to provide full backwards combability.
@buzzCraft
Copy link
Author

After sleeping on it, I guess it would make sense to set it to True as default, or maybe remove the old way all together. Let me know if this is a change you want and ill make it happen.

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.

1 participant