We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c65ca44 commit 6d3f0a7Copy full SHA for 6d3f0a7
packages/python/plotly/plotly/io/_renderers.py
@@ -27,7 +27,6 @@
27
DatabricksRenderer,
28
)
29
from plotly.io._utils import validate_coerce_fig_to_dict
30
-from plotly.io._renderers import display_jupyter_version_warnings
31
32
ipython = optional_imports.get_module("IPython")
33
ipython_display = optional_imports.get_module("IPython.display")
0 commit comments