Utility Scripts¶
In addition to the rsmtool, rsmeval, rsmpredict, rsmcompare, and rsmsummarize scripts, RSMTool also comes with a number of helpful utility scripts.
render_notebook¶
Convert a given Jupyter notebook file (.ipynb
) to HTML (.html
) format.
-
ipynb_file
¶
Path to input Jupyter notebook file.
-
html_file
¶
Path to output HTML file.
-
-h
,
--help
¶
Show help message and exit.
convert_feature_json¶
Convert an older feature JSON file to a new file in tabular format.
-
--json
¶
Path to input feature JSON file that is to be converted.
-
--output
¶
Path to output CSV/TSV/XLSX file containing the features in tabular format.
-
--delete
¶
Delete original feature JSON file after conversion.
-
-h
,
--help
¶
Show help message and exit.