File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 113113# -- Additional html pages -------------------------------------------------
114114import subprocess
115115# Generates the report example in the documentation
116- subprocess .call (['python' , '../tutorial/report /shapash_report_example.py' ])
116+ subprocess .call (['python' , '../tutorial/generate_report /shapash_report_example.py' ])
117117html_extra_path = ['../tutorial/report/output/report.html' ]
118118
119119
Original file line number Diff line number Diff line change @@ -1518,7 +1518,7 @@ def update_datatable(selected_data,
15181518 {
15191519 column : {'value' : str (value ), 'type' : 'text' }
15201520 for column , value in row .items ()
1521- } for row in df .to_dict ('rows' )
1521+ } for row in df .to_dict ('index' ). values ( )
15221522 ]
15231523 return (
15241524 data ,
You can’t perform that action at this time.
0 commit comments