# API Reference The gracehpc package provides the following top-level functions for direct use in Python scripts or interactive Jupyter Notebook environments: > *For using GRACE-HPC from the command-line, see [Command-line Interface](cli.md).* --- ## `gracehpc_run(args)`
gracehpc_run(StartDate, EndDate, JobIDs, Region, Scope3, CSV)gracehpc.script.gracehpc_runfull_df, daily_df, total_df [pandas DataFames]. Outputs are also displayed in the terminal via rich console.
jupyter_UI()gracehpc.jupyter.jupyter_UIresults [dict of 3 DataFrames]. Displays a full interactive interface, enabling users to input parameters through widgets and visualise plots immediately.