|
@@ -1,3 +1,4 @@
|
|
|
+# -*- coding: utf-8 -*-
|
|
|
import pandas as pd
|
|
|
import matplotlib.pyplot as plt
|
|
|
from pymongo import MongoClient
|
|
@@ -221,7 +222,7 @@ def analysis_report():
|
|
|
file_path = os.path.join(directory, filename)
|
|
|
# combined_fig.write_html(f"D://usr//{filename}")
|
|
|
combined_fig.write_html(file_path)
|
|
|
- path = f"交互式 HTML 文件已生成!路径/data/html/{filename}"
|
|
|
+ path = f"http://ds2:10093/data/html/{filename}"
|
|
|
success = 1
|
|
|
except Exception as e:
|
|
|
my_exception = traceback.format_exc()
|