Generate static reports from jupyter notebooks
Convert to HTML, ignoring code blocks: jupyter nbconvert --execute --to html first.ipynb --no-input --output-dir=../../client/src/assets/reports
Clear output: jupyter nbconvert --clear-output --inplace my_notebook.ipynb
Pandas, Jupyterlab, plotly