from sklearn_benchmarks.reporting.utils import ReportingInfo
from pathlib import Path
import pandas as pd
from sklearn_benchmarks.utils import default_run_dir
from sklearn_benchmarks.config import DEFAULT_NOTEBOOKS
pd.set_option('display.max_colwidth', None)
pd.set_option('display.max_columns', None)
pd.set_option('display.max_rows', None)
run_dir = Path(run_dir)
reporting_info = ReportingInfo(run_dir=run_dir, notebooks=notebooks, static=static)
reporting_info.display()