aboutsummaryrefslogtreecommitdiff
path: root/venv/lib/python3.8/site-packages/dash/dash_table/index.html
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2025-07-31 17:27:24 -0400
committersotech117 <michael_foiani@brown.edu>2025-07-31 17:27:24 -0400
commit5bf22fc7e3c392c8bd44315ca2d06d7dca7d084e (patch)
tree8dacb0f195df1c0788d36dd0064f6bbaa3143ede /venv/lib/python3.8/site-packages/dash/dash_table/index.html
parentb832d364da8c2efe09e3f75828caf73c50d01ce3 (diff)
add code for analysis of data
Diffstat (limited to 'venv/lib/python3.8/site-packages/dash/dash_table/index.html')
-rw-r--r--venv/lib/python3.8/site-packages/dash/dash_table/index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/venv/lib/python3.8/site-packages/dash/dash_table/index.html b/venv/lib/python3.8/site-packages/dash/dash_table/index.html
new file mode 100644
index 0000000..480e65a
--- /dev/null
+++ b/venv/lib/python3.8/site-packages/dash/dash_table/index.html
@@ -0,0 +1,13 @@
+<!doctype>
+<html>
+ <head>
+ <title>dash-table</title>
+ </head>
+ <body>
+ <div id='root'></div>
+ <script src='https://unpkg.com/react@16.14.0/umd/react.development.js'></script>
+ <script src='https://unpkg.com/react-dom@16.14.0/umd/react-dom.development.js'></script>
+
+ <script src="./demo.js"></script>
+ </body>
+</html>