We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 729ae8c commit f39dbfdCopy full SHA for f39dbfd
plotly/io/_base_renderers.py
@@ -264,7 +264,7 @@ def __init__(
264
self.full_html = full_html
265
self.animation_opts = animation_opts
266
self.post_script = post_script
267
- self.include_plotlyjs = 'cdn' if self.connected else include_plotlyjs
+ self.include_plotlyjs = "cdn" if self.connected else include_plotlyjs
268
269
def activate(self):
270
if self.global_init:
0 commit comments