mapbox / mapboxgl-jupyter

Use Mapbox GL JS to visualize data in a Python Jupyter notebook
MIT License
661 stars 136 forks source link

Update viz.py #187

Open buzzCraft opened 2 years ago

buzzCraft commented 2 years ago

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.

buzzCraft commented 2 years ago

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.