jupyter-duckdb 1.4.112__py3-none-any.whl → 1.4.200__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -37,7 +37,7 @@ def init_plotly() -> str:
37
37
  global __PLOTLY_INITIALIZED
38
38
 
39
39
  if not __PLOTLY_INITIALIZED:
40
- with open(os.path.join(__location, 'plotly-3.0.1.min.js')) as plotly_file:
40
+ with open(os.path.join(__location, 'plotly-3.2.0.min.js')) as plotly_file:
41
41
  plotly = plotly_file.read()
42
42
  else:
43
43
  plotly = ''